Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112194
b: refs/heads/master
c: d3eab82
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and David S. Miller committed Oct 9, 2008
1 parent e135f26 commit 0a62ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3efab8ed4755e26962704731322bafdf5022f98
refs/heads/master: d3eab82b554eeb51f038ac327b6c68c6afdee978
3 changes: 3 additions & 0 deletions trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ static int gfar_probe(struct platform_device *pdev)
/* Enable most messages by default */
priv->msg_enable = (NETIF_MSG_IFUP << 1 ) - 1;

/* Carrier starts down, phylib will bring it up */
netif_carrier_off(dev);

err = register_netdev(dev);

if (err) {
Expand Down

0 comments on commit 0a62ae6

Please sign in to comment.