diff options
Diffstat (limited to 'drivers/video/backlight/l4f00242t03.c')
-rw-r--r-- | drivers/video/backlight/l4f00242t03.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c index bcdb12c93efd..1dafec85ddc0 100644 --- a/drivers/video/backlight/l4f00242t03.c +++ b/drivers/video/backlight/l4f00242t03.c | |||
@@ -222,9 +222,9 @@ static int __devexit l4f00242t03_remove(struct spi_device *spi) | |||
222 | gpio_free(pdata->reset_gpio); | 222 | gpio_free(pdata->reset_gpio); |
223 | 223 | ||
224 | if (priv->io_reg) | 224 | if (priv->io_reg) |
225 | regulator_put(priv->core_reg); | ||
226 | if (priv->core_reg) | ||
227 | regulator_put(priv->io_reg); | 225 | regulator_put(priv->io_reg); |
226 | if (priv->core_reg) | ||
227 | regulator_put(priv->core_reg); | ||
228 | 228 | ||
229 | kfree(priv); | 229 | kfree(priv); |
230 | 230 | ||