Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74080
b: refs/heads/master
c: f6ce5cc
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and Linus Torvalds committed Nov 27, 2007
1 parent 8585143 commit 1b4318e
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: 64d0793109a98abcc2f4bf0c7d8b000fd220cdcd
refs/heads/master: f6ce5cca74b8681fdf1d7307edc66a7213b43f6f
2 changes: 1 addition & 1 deletion trunk/drivers/net/plip.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ plip_receive_packet(struct net_device *dev, struct net_local *nl,
case PLIP_PK_DONE:
/* Inform the upper layer for the arrival of a packet. */
rcv->skb->protocol=plip_type_trans(rcv->skb, dev);
netif_rx(rcv->skb);
netif_rx_ni(rcv->skb);
dev->last_rx = jiffies;
dev->stats.rx_bytes += rcv->length.h;
dev->stats.rx_packets++;
Expand Down

0 comments on commit 1b4318e

Please sign in to comment.