Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119947
b: refs/heads/master
c: 2c413a6
h: refs/heads/master
i:
  119945: 2120f93
  119943: 185bb3e
v: v3
  • Loading branch information
Baruch Siach authored and David S. Miller committed Dec 16, 2008
1 parent 09ff51b commit 6de2b53
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: 8953f1282793882a5444924f7a273dc72a43d0a3
refs/heads/master: 2c413a6434dca02387a263dc4ca8009692421998
2 changes: 1 addition & 1 deletion trunk/drivers/net/enc28j60.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ static void enc28j60_hw_rx(struct net_device *ndev)
ndev->stats.rx_packets++;
ndev->stats.rx_bytes += len;
ndev->last_rx = jiffies;
netif_rx(skb);
netif_rx_ni(skb);
}
}
/*
Expand Down

0 comments on commit 6de2b53

Please sign in to comment.