On Tue, Nov 22, 2011 at 02:47:44PM +0800, Axel Lin wrote: > In the case of ((max9877_regs[reg] >> shift) & mask) != val > but ((max9877_regs[reg2] >> shift) & mask) == val2, > current code does not update the registers. Applied, thanks.