diff options
-rw-r--r-- | drivers/regulator/mc13892-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/mc13892-regulator.c b/drivers/regulator/mc13892-regulator.c index 16a053243f92..1b8f7398a4a8 100644 --- a/drivers/regulator/mc13892-regulator.c +++ b/drivers/regulator/mc13892-regulator.c | |||
@@ -550,7 +550,7 @@ static int __devinit mc13892_regulator_probe(struct platform_device *pdev) | |||
550 | if (ret) | 550 | if (ret) |
551 | goto err_free; | 551 | goto err_free; |
552 | 552 | ||
553 | mc13xxx_reg_rmw(mc13892, MC13892_SWITCHERS5, | 553 | ret = mc13xxx_reg_rmw(mc13892, MC13892_SWITCHERS5, |
554 | MC13892_SWITCHERS5_SW3MODE_M | | 554 | MC13892_SWITCHERS5_SW3MODE_M | |
555 | MC13892_SWITCHERS5_SW4MODE_M, | 555 | MC13892_SWITCHERS5_SW4MODE_M, |
556 | MC13892_SWITCHERS5_SW3MODE_AUTO | | 556 | MC13892_SWITCHERS5_SW3MODE_AUTO | |