Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287486
b: refs/heads/master
c: e3f240f
h: refs/heads/master
v: v3
  • Loading branch information
Wolfgang Grandegger authored and Marc Kleine-Budde committed Feb 2, 2012
1 parent c6e3f1d commit 99573d6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2d5091e08c684912ed6b9ca03d1f7b01501b7bf6
refs/heads/master: e3f240f460a36b158217944b52a85f304914c1a6
3 changes: 2 additions & 1 deletion trunk/drivers/net/can/ti_hecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,10 @@ static int ti_hecc_error(struct net_device *ndev, int int_status,
}
}

netif_receive_skb(skb);
netif_rx(skb);
stats->rx_packets++;
stats->rx_bytes += cf->can_dlc;

return 0;
}

Expand Down

0 comments on commit 99573d6

Please sign in to comment.