On Mon, Mar 26, 2012 at 01:46:44PM +0800, Axel Lin wrote: > This patch also changes the define for TPS65023_LDO_CTRL_LDOx_MASK, > because regmap_update_bits actually does: > (orig & ~mask) | (val & mask) > This change makes the code consists for all regmap_update_bits calls. Applied, thanks.