Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211495
b: refs/heads/master
c: 03c698c
h: refs/heads/master
i:
  211493: 9bacca8
  211491: 9452ea1
  211487: f1158a1
v: v3
  • Loading branch information
Oskar Schirmer authored and David S. Miller committed Oct 11, 2010
1 parent 2ac902f commit a0829fb
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: 82553bb6218d2707d2e6446d7b2313dfd60b48a8
refs/heads/master: 03c698c93fc15d976738a853a7ccb6ea26396003
3 changes: 3 additions & 0 deletions trunk/drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,9 @@ fec_probe(struct platform_device *pdev)
if (ret)
goto failed_mii_init;

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

ret = register_netdev(ndev);
if (ret)
goto failed_register;
Expand Down

0 comments on commit a0829fb

Please sign in to comment.