Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135515
b: refs/heads/master
c: 8f0c40d
h: refs/heads/master
i:
  135513: 152ee89
  135511: e7db628
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Mar 24, 2009
1 parent 18565c5 commit be47ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4e584d66ea60cf3d921aea78372f4e4d48a9155d
refs/heads/master: 8f0c40d4b6a6207ef2105d94544a9d1c0835c4ab
2 changes: 2 additions & 0 deletions trunk/drivers/s390/net/claw.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ claw_tx(struct sk_buff *skb, struct net_device *dev)
rc=claw_hw_tx( skb, dev, 1 );
spin_unlock_irqrestore(get_ccwdev_lock(p_ch->cdev), saveflags);
CLAW_DBF_TEXT_(4, trace, "clawtx%d", rc);
if (rc)
rc = NETDEV_TX_BUSY;
return rc;
} /* end of claw_tx */

Expand Down

0 comments on commit be47ff6

Please sign in to comment.