Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131929
b: refs/heads/master
c: bc34496
h: refs/heads/master
i:
  131927: ba7fff4
v: v3
  • Loading branch information
Roel Kluin authored and Dmitry Torokhov committed Feb 2, 2009
1 parent d9b8b11 commit 7400b46
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: 4e8718a1f960db0c48427f4583f89f4cb62f2480
refs/heads/master: bc34496d63ec0a669d6825ea42275fd6fcbe9969
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/pxa930_trkball.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static int write_tbcr(struct pxa930_trkball *trkball, int v)

__raw_writel(v, trkball->mmio_base + TBCR);

while (i--) {
while (--i) {
if (__raw_readl(trkball->mmio_base + TBCR) == v)
break;
msleep(1);
Expand Down

0 comments on commit 7400b46

Please sign in to comment.