Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330074
b: refs/heads/master
c: 7c9332d
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Oct 5, 2012
1 parent 834caad commit 646fab6
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: a08e1a376b0a31e0a978494deffed409fad9c531
refs/heads/master: 7c9332d19e54d3eb1beab931a43930fe7ad1d468
4 changes: 2 additions & 2 deletions trunk/drivers/video/backlight/kb3886_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ static void kb3886_bl_set_intensity(int intensity)
mutex_lock(&bl_mutex);
intensity = intensity&0xff;
outb(KB3886_ADC_DAC_PWM, KB3886_PARENT);
msleep(10);
usleep_range(10000, 11000);
outb(KB3886_PWM0_WRITE, KB3886_IO);
msleep(10);
usleep_range(10000, 11000);
outb(intensity, KB3886_IO);
mutex_unlock(&bl_mutex);
}
Expand Down

0 comments on commit 646fab6

Please sign in to comment.