]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settings
authorAxel Lin <axel.lin@gmail.com>
Fri, 6 Jul 2012 11:25:07 +0000 (19:25 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 9 Jul 2012 18:45:12 +0000 (19:45 +0100)
commitaa851193bdf140c85b660c2a070e53316ad2a4d3
treef2e743b7ea3f377b04e0f0018f9979074c2a34a1
parentb1a397dc1a59cc482e623e780514acb8bb29e3bf
regulator: max8998: Remove wrong set_suspend_[en|dis]able callback settings

Using the same ops for both [en|dis]able and set_suspend_[en|dis]able
callbacks is actively broken. This patch removes .set_suspend_disable and
.set_suspend_enable callback setting.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/max8998.c