Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83651
b: refs/heads/master
c: 06f7525
h: refs/heads/master
i:
  83649: c4d9f15
  83647: 4f6502c
v: v3
  • Loading branch information
Erik Mouw authored and Jeff Garzik committed Feb 5, 2008
1 parent da26b9d commit abae270
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: 6c04a515085e6b94266db3e0e05c2700eeffa469
refs/heads/master: 06f7525be463ef95bfdba001484bda04d00ec74e
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/xircom_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int xircom_start_xmit(struct sk_buff *skb, struct net_device *dev)
spin_unlock_irqrestore(&card->lock,flags);
trigger_transmit(card);

return -EIO;
return NETDEV_TX_BUSY;
}


Expand Down

0 comments on commit abae270

Please sign in to comment.