diff options
Diffstat (limited to 'drivers/regulator/wm8350-regulator.c')
-rw-r--r-- | drivers/regulator/wm8350-regulator.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/regulator/wm8350-regulator.c b/drivers/regulator/wm8350-regulator.c index 8c289fd4add2..1bbff099a546 100644 --- a/drivers/regulator/wm8350-regulator.c +++ b/drivers/regulator/wm8350-regulator.c | |||
@@ -1399,8 +1399,6 @@ static int wm8350_regulator_probe(struct platform_device *pdev) | |||
1399 | return ret; | 1399 | return ret; |
1400 | } | 1400 | } |
1401 | 1401 | ||
1402 | wm8350_unmask_irq(wm8350, wm8350_reg[pdev->id].irq); | ||
1403 | |||
1404 | return 0; | 1402 | return 0; |
1405 | } | 1403 | } |
1406 | 1404 | ||
@@ -1409,7 +1407,6 @@ static int wm8350_regulator_remove(struct platform_device *pdev) | |||
1409 | struct regulator_dev *rdev = platform_get_drvdata(pdev); | 1407 | struct regulator_dev *rdev = platform_get_drvdata(pdev); |
1410 | struct wm8350 *wm8350 = rdev_get_drvdata(rdev); | 1408 | struct wm8350 *wm8350 = rdev_get_drvdata(rdev); |
1411 | 1409 | ||
1412 | wm8350_mask_irq(wm8350, wm8350_reg[pdev->id].irq); | ||
1413 | wm8350_free_irq(wm8350, wm8350_reg[pdev->id].irq); | 1410 | wm8350_free_irq(wm8350, wm8350_reg[pdev->id].irq); |
1414 | 1411 | ||
1415 | regulator_unregister(rdev); | 1412 | regulator_unregister(rdev); |