From: Axel Lin Date: Sun, 22 Aug 2010 14:42:42 +0000 (+0800) Subject: regulator: tps6586x-regulator - fix bit_mask parameter for tps6586x_set_bits() X-Git-Tag: v2.6.36-rc5~29^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938b45927c240cf75a01ce29af3f173762e762f8;p=pandora-kernel.git 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 Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed