Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143537
b: refs/heads/master
c: 180deb5
h: refs/heads/master
i:
  143535: ed809cd
v: v3
  • Loading branch information
Jiri Slaby authored and Dmitry Torokhov committed Apr 15, 2009
1 parent b1bf474 commit 349a589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 9a03fbe802f4bd676de17af61aaaab8969982439
refs/heads/master: 180deb50880cdc5e9dd69ec97af0d6e72c5417fc
7 changes: 3 additions & 4 deletions trunk/drivers/input/touchscreen/mainstone-wm97xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,12 @@ static void wm97xx_acc_pen_up(struct wm97xx *wm)
#else
static void wm97xx_acc_pen_up(struct wm97xx *wm)
{
int count = 16;
unsigned int count;

schedule_timeout_uninterruptible(1);

while (count < 16) {
for (count = 0; count < 16; count++)
MODR;
count--;
}
}
#endif

Expand Down

0 comments on commit 349a589

Please sign in to comment.