Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199074
b: refs/heads/master
c: 47306fc
h: refs/heads/master
v: v3
  • Loading branch information
Alberto Panizzo authored and Richard Purdie committed May 26, 2010
1 parent b37c53f commit 2bda894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f43f8b2ad9035c5440d65681079f4d80542d21f
refs/heads/master: 47306fc35ec39a5d0715e0a79344d02dffeaeeb2
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/l4f00242t03.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ static int __devexit l4f00242t03_remove(struct spi_device *spi)
gpio_free(pdata->reset_gpio);

if (priv->io_reg)
regulator_put(priv->core_reg);
if (priv->core_reg)
regulator_put(priv->io_reg);
if (priv->core_reg)
regulator_put(priv->core_reg);

kfree(priv);

Expand Down

0 comments on commit 2bda894

Please sign in to comment.