pda_power: Complain if regulator operations fail
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 12 Jun 2012 01:46:26 +0000 (09:46 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Mon, 18 Jun 2012 03:19:59 +0000 (20:19 -0700)
commit92311c3c70f9b7f1b7860c2fc2ada09b4d43bfea
tree5fdcf24cdc4d9419b7802f29963de6ee9388caa6
parent485802a6c524e62b5924849dd727ddbb1497cc71
pda_power: Complain if regulator operations fail

Rather than silently ignoring errors from the regulator enable and disable
add a WARN_ON() - it's probably pretty important if we're not getting
power, though it should be vanishingly unlikely in production.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/pda_power.c