Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346399
b: refs/heads/master
c: 1581b08
h: refs/heads/master
i:
  346397: 0115a2a
  346395: e7f9acf
  346391: 0b8e85a
  346383: 75a14e0
  346367: 610e5ca
v: v3
  • Loading branch information
Marko Katic authored and Linus Torvalds committed Dec 18, 2012
1 parent b413ff1 commit 431020f
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: 1eddd9770f7e809228ae761ecc575f214f571e51
refs/heads/master: 1581b088fc91cbb974ad2b98431a8ecabb4852ee
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/corgi_lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@ static int corgi_bl_set_intensity(struct corgi_lcd *lcd, int intensity)
cont = !!(intensity & 0x20) ^ lcd->gpio_backlight_cont_inverted;

if (gpio_is_valid(lcd->gpio_backlight_cont))
gpio_set_value(lcd->gpio_backlight_cont, cont);
gpio_set_value_cansleep(lcd->gpio_backlight_cont, cont);

if (gpio_is_valid(lcd->gpio_backlight_on))
gpio_set_value(lcd->gpio_backlight_on, intensity);
gpio_set_value_cansleep(lcd->gpio_backlight_on, intensity);

if (lcd->kick_battery)
lcd->kick_battery();
Expand Down

0 comments on commit 431020f

Please sign in to comment.