Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135514
b: refs/heads/master
c: 4e584d6
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Mar 24, 2009
1 parent 152ee89 commit 18565c5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9e669d327a873bbab51e7e95ee9f9c3c49755594
refs/heads/master: 4e584d66ea60cf3d921aea78372f4e4d48a9155d
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/netiucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ static int netiucv_tx(struct sk_buff *skb, struct net_device *dev)

if (netiucv_test_and_set_busy(dev)) {
IUCV_DBF_TEXT(data, 2, "EBUSY from netiucv_tx\n");
return -EBUSY;
return NETDEV_TX_BUSY;
}
dev->trans_start = jiffies;
rc = netiucv_transmit_skb(privptr->conn, skb) != 0;
Expand Down

0 comments on commit 18565c5

Please sign in to comment.