commit | 938b45927c240cf75a01ce29af3f173762e762f8 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sun Aug 22 22:42:42 2010 +0800 |
committer | Liam Girdwood <lrg@slimlogic.co.uk> | Wed Sep 01 12:59:34 2010 +0100 |
tree | ebac1011400f450b26932e2960beed9852ea8049 | |
parent | 327531bada36e5786b13bb6918ad8afc545adfa2 [diff] |
regulator: tps6586x-regulator - fix bit_mask parameter for tps6586x_set_bits() The third parameter of tps6586x_set_bits() is the bit_mask, thus we should use (1 << ri->go_bit) instead of ri->go_bit. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>