Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118413
b: refs/heads/master
c: 12b56ea
h: refs/heads/master
i:
  118411: 55f5533
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Nov 4, 2008
1 parent f7cae15 commit 01cf09f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7d96567ac0527703cf1b80043fc0ebd7f21a10ad
refs/heads/master: 12b56ea89e70d4b04f2f5199750310e82894ebbd
4 changes: 2 additions & 2 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10206,8 +10206,6 @@ static int __devinit bnx2x_init_one(struct pci_dev *pdev,
return -ENOMEM;
}

netif_carrier_off(dev);

bp = netdev_priv(dev);
bp->msglevel = debug;

Expand All @@ -10231,6 +10229,8 @@ static int __devinit bnx2x_init_one(struct pci_dev *pdev,
goto init_one_exit;
}

netif_carrier_off(dev);

bp->common.name = board_info[ent->driver_data].name;
printk(KERN_INFO "%s: %s (%c%d) PCI-E x%d %s found at mem %lx,"
" IRQ %d, ", dev->name, bp->common.name,
Expand Down

0 comments on commit 01cf09f

Please sign in to comment.