]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Set tps6586x bits if new value is different from the old one
authorAxel Lin <axel.lin@gmail.com>
Mon, 31 Oct 2011 06:24:30 +0000 (14:24 +0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 20 Dec 2011 17:50:56 +0000 (18:50 +0100)
commit4a23ac08d81b25fb45a90da59abf240b61846afb
tree2638b675c3ced86956713775b70c3c83d4d13491
parentc0c8997d97ceaec64ae3ae5da60ea88e4655610d
mfd: Set tps6586x bits if new value is different from the old one

It does not make sense to write new value only when all the bit_mask
bits are zero.
We need to write new value if the bit mask fields of new value is
not equal to old value.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tps6586x.c