Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130180
b: refs/heads/master
c: 6eccabb
h: refs/heads/master
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Jan 22, 2009
1 parent e033726 commit e65792e
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: 2dfe0e1fecb582b4aae7f2490904864c05472f3a
refs/heads/master: 6eccabb301d442e6106ecc84b07a976c2816d9fb
4 changes: 2 additions & 2 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9827,6 +9827,8 @@ static int bnx2x_open(struct net_device *dev)
{
struct bnx2x *bp = netdev_priv(dev);

netif_carrier_off(dev);

bnx2x_set_power_state(bp, PCI_D0);

return bnx2x_nic_load(bp, LOAD_OPEN);
Expand Down Expand Up @@ -10332,8 +10334,6 @@ 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 e65792e

Please sign in to comment.