Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262781
b: refs/heads/master
c: 174c95d
h: refs/heads/master
i:
  262779: 9db52ee
v: v3
  • Loading branch information
Oliver Hartkopp authored and David S. Miller committed Aug 11, 2011
1 parent ce7e06f commit f09bbcb
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: e33f7a9f37d486f4c6cce5de18a6eea11d68f64f
refs/heads/master: 174c95d2526afbf974d9134f7f91fca8c4c8b538
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/slcan.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static void slc_bump(struct slcan *sl)
skb->ip_summed = CHECKSUM_UNNECESSARY;
memcpy(skb_put(skb, sizeof(struct can_frame)),
&cf, sizeof(struct can_frame));
netif_rx(skb);
netif_rx_ni(skb);

sl->dev->stats.rx_packets++;
sl->dev->stats.rx_bytes += cf.can_dlc;
Expand Down

0 comments on commit f09bbcb

Please sign in to comment.