Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330072
b: refs/heads/master
c: 5333e25
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Oct 5, 2012
1 parent 7976074 commit 381a648
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: 055e72fe6214a737bf083584cda23f9a0173bf59
refs/heads/master: 5333e254ab3fd3720b172091669f537763bce23d
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/da9052_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int da9052_adjust_wled_brightness(struct da9052_bl *wleds)
if (ret < 0)
return ret;

msleep(10);
usleep_range(10000, 11000);

if (wleds->brightness) {
ret = da9052_reg_write(wleds->da9052, wled_bank[wleds->led_reg],
Expand Down

0 comments on commit 381a648

Please sign in to comment.