Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134235
b: refs/heads/master
c: 1fac36e
h: refs/heads/master
i:
  134233: 84c1475
  134231: 06a51ca
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Jan 29, 2009
1 parent af19a07 commit ad1ebec
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: 0712612741e1dccf10353c70ebe90ba8cc60d5fb
refs/heads/master: 1fac36ee7d5a0611e1216b02b485b154c8aa6dad
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/if_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static int if_cs_poll_while_fw_download(struct if_cs_card *card, uint addr, u8 r
for (i = 0; i < 100000; i++) {
u8 val = if_cs_read8(card, addr);
if (val == reg)
return i;
return 0;
udelay(5);
}
return -ETIME;
Expand Down

0 comments on commit ad1ebec

Please sign in to comment.