Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221735
b: refs/heads/master
c: 6bde908
h: refs/heads/master
i:
  221733: e5a824a
  221731: 2c265ae
  221727: 4d8ad74
v: v3
  • Loading branch information
Marek Vasut authored and Linus Torvalds committed Nov 12, 2010
1 parent cd25e2b commit dbe3a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ed3a6787bfff125a7aee88e5be0e0661887dfd15
refs/heads/master: 6bde9082c521b030f899ff5e5b553beba228c932
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/lms283gf05.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int lms283gf05_power_set(struct lcd_device *ld, int power)
struct spi_device *spi = st->spi;
struct lms283gf05_pdata *pdata = spi->dev.platform_data;

if (power) {
if (power <= FB_BLANK_NORMAL) {
if (pdata)
lms283gf05_reset(pdata->reset_gpio,
pdata->reset_inverted);
Expand Down

0 comments on commit dbe3a8d

Please sign in to comment.