Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135516
b: refs/heads/master
c: 3a05d14
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Mar 24, 2009
1 parent be47ff6 commit 9836b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f0c40d4b6a6207ef2105d94544a9d1c0835c4ab
refs/heads/master: 3a05d1404d91efd63f0654a4bf59b8803c32efdd
4 changes: 2 additions & 2 deletions trunk/drivers/s390/net/ctcm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,11 +906,11 @@ static int ctcm_tx(struct sk_buff *skb, struct net_device *dev)
}

if (ctcm_test_and_set_busy(dev))
return -EBUSY;
return NETDEV_TX_BUSY;

dev->trans_start = jiffies;
if (ctcm_transmit_skb(priv->channel[WRITE], skb) != 0)
return 1;
return NETDEV_TX_BUSY;
return 0;
}

Expand Down

0 comments on commit 9836b66

Please sign in to comment.