Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233848
b: refs/heads/master
c: 0a5f384
h: refs/heads/master
v: v3
  • Loading branch information
Hegde, Vinay authored and David S. Miller committed Feb 28, 2011
1 parent f9521e6 commit ca4d68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b746f7e52fe33ce66ea0cf6127838eff507839ff
refs/heads/master: 0a5f38467765ee15478db90d81e40c269c8dda20
2 changes: 1 addition & 1 deletion trunk/drivers/net/davinci_emac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ static void emac_rx_handler(void *token, int len, int status)
int ret;

/* free and bail if we are shutting down */
if (unlikely(!netif_running(ndev))) {
if (unlikely(!netif_running(ndev) || !netif_carrier_ok(ndev))) {
dev_kfree_skb_any(skb);
return;
}
Expand Down

0 comments on commit ca4d68d

Please sign in to comment.