]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: s2mps11: Fix wrong arguments for regmap_update_bits() call
authorAxel Lin <axel.lin@ingics.com>
Sat, 3 Aug 2013 09:10:42 +0000 (17:10 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 10:17:58 +0000 (11:17 +0100)
commit80853304cdfb850a5e407e0e3cc8d8dc2a0b3094
treeac159908db528dbb4ae2fd343d633a2520b9c9bb
parent6c683c929977b90795939e1e862271c112e7d10f
regulator: s2mps11: Fix wrong arguments for regmap_update_bits() call

Current code calls regmap_update_bits() with mask and val arguments swapped.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/s2mps11.c