Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177079
b: refs/heads/master
c: e47c4f7
h: refs/heads/master
i:
  177077: 353393a
  177075: a42f57f
  177071: 3de9e2d
v: v3
  • Loading branch information
Dmitry Torokhov committed Dec 15, 2009
1 parent e70850c commit 6421b6b
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: a61cd03827eceefcec19eefc6e1173703fdc5e5d
refs/heads/master: e47c4f70ea41fd973eec80a9388a1347d3d27896
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/at32psif.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static int psif_write(struct serio *io, unsigned char val)
spin_lock_irqsave(&psif->lock, flags);

while (!(psif_readl(psif, SR) & PSIF_BIT(TXEMPTY)) && timeout--)
msleep(10);
udelay(50);

if (timeout >= 0) {
psif_writel(psif, THR, val);
Expand Down

0 comments on commit 6421b6b

Please sign in to comment.