Re: [PATCH] regulator: ti-abb: Fix operator precedence typo

2013-10-11 Thread Mark Brown
On Fri, Oct 11, 2013 at 05:04:12AM -0500, Nishanth Menon wrote: > commit 40b1936e (regulator: Introduce TI Adaptive Body Bias(ABB) on-chip > LDO driver) missed a pair of brackets which cause the wrong vset data to be > picked up from efuse, resulting in bad VBB voltage values. Applied, thanks. s

[PATCH] regulator: ti-abb: Fix operator precedence typo

2013-10-11 Thread Nishanth Menon
commit 40b1936e (regulator: Introduce TI Adaptive Body Bias(ABB) on-chip LDO driver) missed a pair of brackets which cause the wrong vset data to be picked up from efuse, resulting in bad VBB voltage values. Signed-off-by: Nishanth Menon --- drivers/regulator/ti-abb-regulator.c |2 +- 1 file