Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189503
b: refs/heads/master
c: ce6fbde
h: refs/heads/master
i:
  189501: c9dfc56
  189499: 3d616a4
  189495: a17a7fb
  189487: b61356a
  189471: ab240d5
  189439: 0cbc772
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Mar 31, 2010
1 parent d33b39a commit fe48e1c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ddc01b3b8ab224b346daf61976078b166f36b7e8
refs/heads/master: ce6fbdefb68d46db88170494b277551f955b48e2
4 changes: 3 additions & 1 deletion trunk/drivers/net/sgiseeq.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,10 @@ static int sgiseeq_start_xmit(struct sk_buff *skb, struct net_device *dev)
/* Setup... */
len = skb->len;
if (len < ETH_ZLEN) {
if (skb_padto(skb, ETH_ZLEN))
if (skb_padto(skb, ETH_ZLEN)) {
spin_unlock_irqrestore(&sp->tx_lock, flags);
return NETDEV_TX_OK;
}
len = ETH_ZLEN;
}

Expand Down

0 comments on commit fe48e1c

Please sign in to comment.