Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131930
b: refs/heads/master
c: 4ab7376
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Dmitry Torokhov committed Feb 2, 2009
1 parent 7400b46 commit b9406b7
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: bc34496d63ec0a669d6825ea42275fd6fcbe9969
refs/heads/master: 4ab73761faef832f6d378328f79d21e77c62af3b
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/ambakmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int amba_kmi_write(struct serio *io, unsigned char val)
struct amba_kmi_port *kmi = io->port_data;
unsigned int timeleft = 10000; /* timeout in 100ms */

while ((readb(KMISTAT) & KMISTAT_TXEMPTY) == 0 && timeleft--)
while ((readb(KMISTAT) & KMISTAT_TXEMPTY) == 0 && --timeleft)
udelay(10);

if (timeleft)
Expand Down

0 comments on commit b9406b7

Please sign in to comment.