aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/dm9000.c')
-rw-r--r--drivers/net/dm9000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dm9000.c b/drivers/net/dm9000.c
index e52078badaaa..8e8078283465 100644
--- a/drivers/net/dm9000.c
+++ b/drivers/net/dm9000.c
@@ -643,7 +643,7 @@ dm9000_probe(struct platform_device *pdev)
643 dm9000_reset(db); 643 dm9000_reset(db);
644 644
645 /* try two times, DM9000 sometimes gets the first read wrong */ 645 /* try two times, DM9000 sometimes gets the first read wrong */
646 for (i = 0; i < 2; i++) { 646 for (i = 0; i < 8; i++) {
647 id_val = ior(db, DM9000_VIDL); 647 id_val = ior(db, DM9000_VIDL);
648 id_val |= (u32)ior(db, DM9000_VIDH) << 8; 648 id_val |= (u32)ior(db, DM9000_VIDH) << 8;
649 id_val |= (u32)ior(db, DM9000_PIDL) << 16; 649 id_val |= (u32)ior(db, DM9000_PIDL) << 16;