Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141233
b: refs/heads/master
c: 39b41b2
h: refs/heads/master
i:
  141231: 9b96e02
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 5e7e00f commit a4b43d1
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: 6bf676723ab2a6ade05feb2cd0b5073930f72d7e
refs/heads/master: 39b41b23e27ca7d4425ad1f23189eef936394fdf
2 changes: 1 addition & 1 deletion trunk/drivers/staging/agnx/rf.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ static inline void calibra_delay(struct agnx_priv *priv)
unsigned int i = 100;

wmb();
while (i--) {
while (--i) {
reg = (ioread32(ctl + AGNX_ACI_STATUS));
if (reg == 0x4000)
break;
Expand Down

0 comments on commit a4b43d1

Please sign in to comment.