Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211501
b: refs/heads/master
c: bcf64aa
h: refs/heads/master
i:
  211499: 1b30f70
v: v3
  • Loading branch information
Paul Fertser authored and David S. Miller committed Oct 11, 2010
1 parent bb0c313 commit fc0f0a3
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: b00916b189d13a615ff05c9242201135992fcda3
refs/heads/master: bcf64aa379fcadd074449cbf0c049da70071b06f
4 changes: 2 additions & 2 deletions trunk/drivers/net/b44.c
Original file line number Diff line number Diff line change
Expand Up @@ -2170,8 +2170,6 @@ static int __devinit b44_init_one(struct ssb_device *sdev,
dev->irq = sdev->irq;
SET_ETHTOOL_OPS(dev, &b44_ethtool_ops);

netif_carrier_off(dev);

err = ssb_bus_powerup(sdev->bus, 0);
if (err) {
dev_err(sdev->dev,
Expand Down Expand Up @@ -2213,6 +2211,8 @@ static int __devinit b44_init_one(struct ssb_device *sdev,
goto err_out_powerdown;
}

netif_carrier_off(dev);

ssb_set_drvdata(sdev, dev);

/* Chip reset provides power to the b44 MAC & PCI cores, which
Expand Down

0 comments on commit fc0f0a3

Please sign in to comment.