Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221736
b: refs/heads/master
c: 4dbdf88
h: refs/heads/master
v: v3
  • Loading branch information
Marek Vasut authored and Linus Torvalds committed Nov 12, 2010
1 parent dbe3a8d commit 831fa91
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: 6bde9082c521b030f899ff5e5b553beba228c932
refs/heads/master: 4dbdf8861a8ad83ef194f2c3a389a7b37c6f832e
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/l4f00242t03.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int l4f00242t03_lcd_power_set(struct lcd_device *ld, int power)
const u16 slpin = 0x10;
const u16 disoff = 0x28;

if (power) {
if (power <= FB_BLANK_NORMAL) {
if (priv->lcd_on)
return 0;

Expand Down

0 comments on commit 831fa91

Please sign in to comment.