Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85617
b: refs/heads/master
c: 513b6be
h: refs/heads/master
i:
  85615: bb8ca56
v: v3
  • Loading branch information
Ben Dooks authored and Jeff Garzik committed Feb 11, 2008
1 parent 690e56b commit 7db1dee
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: f42d8aeaf9a32ec130bc99f2e4ba84cafb028244
refs/heads/master: 513b6bee0156812bce4f38c497dfc7cf9ee9a609
2 changes: 1 addition & 1 deletion trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ dm9000_probe(struct platform_device *pdev)
dm9000_reset(db);

/* try two times, DM9000 sometimes gets the first read wrong */
for (i = 0; i < 2; i++) {
for (i = 0; i < 8; i++) {
id_val = ior(db, DM9000_VIDL);
id_val |= (u32)ior(db, DM9000_VIDH) << 8;
id_val |= (u32)ior(db, DM9000_PIDL) << 16;
Expand Down

0 comments on commit 7db1dee

Please sign in to comment.