Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131289
b: refs/heads/master
c: c318c7a
h: refs/heads/master
i:
  131287: 5f607db
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Feb 11, 2009
1 parent e42b9fe commit 45fad91
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: b4870bc5ee8c7a37541a3eb1208b5c76c13a078a
refs/heads/master: c318c7ac49f9139f55da619bbace6137e1509390
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-au1xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static int __devinit au1xtoy_rtc_probe(struct platform_device *pdev)
if (au_readl(SYS_TOYTRIM) != 32767) {
/* wait until hardware gives access to TRIM register */
t = 0x00100000;
while ((au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_T0S) && t--)
while ((au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_T0S) && --t)
msleep(1);

if (!t) {
Expand Down

0 comments on commit 45fad91

Please sign in to comment.