Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156043
b: refs/heads/master
c: b317c83
h: refs/heads/master
i:
  156041: 0121d68
  156039: ccb5b3e
v: v3
  • Loading branch information
Kristoffer Ericson authored and Linus Torvalds committed Jul 30, 2009
1 parent a9dbd2f commit c0c3d66
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: 3fc7b4b220c7e830a5b3ce0ea5f85a635e0c50f0
refs/heads/master: b317c833211b7fbf902163de766f09554090e0bf
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/jornada720_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int jornada_bl_update_status(struct backlight_device *bd)
if (jornada_ssp_byte(SETBRIGHTNESS) != TXDUMMY) {
printk(KERN_INFO "bl : failed to set brightness\n");
ret = -ETIMEDOUT;
goto out
goto out;
}

/* at this point we expect that the mcu has accepted
Expand Down

0 comments on commit c0c3d66

Please sign in to comment.