Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315709
b: refs/heads/master
c: 007890d
h: refs/heads/master
i:
  315707: 35cea77
v: v3
  • Loading branch information
Ira W. Snyder authored and Marc Kleine-Budde committed Jul 20, 2012
1 parent b61426b commit 09ee6f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8456a9196f7696421eecffdbab5d785f852d95e8
refs/heads/master: 007890d726602c925077381500f0b633cfacd711
3 changes: 3 additions & 0 deletions trunk/drivers/net/can/janz-ican3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,9 @@ static int ican3_xmit(struct sk_buff *skb, struct net_device *ndev)
void __iomem *desc_addr;
unsigned long flags;

if (can_dropped_invalid_skb(ndev, skb))
return NETDEV_TX_OK;

spin_lock_irqsave(&mod->lock, flags);

/* check that we can actually transmit */
Expand Down

0 comments on commit 09ee6f7

Please sign in to comment.