Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57055
b: refs/heads/master
c: 69c29fa
h: refs/heads/master
i:
  57053: 377e1d2
  57051: 76f4867
  57047: 833ad90
  57039: 343ebb8
  57023: eb47503
v: v3
  • Loading branch information
Stefan Richter committed May 27, 2007
1 parent 1bc69e9 commit 8a48ba7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 20e2008e1f24a6831bf4311f8e2f8692f16a92de
refs/heads/master: 69c29fa7d142d65b13e366ae51e50944484b65ab
4 changes: 0 additions & 4 deletions trunk/drivers/ieee1394/eth1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,6 @@ static int ether1394_tx(struct sk_buff *skb, struct net_device *dev)
if (ether1394_send_packet(ptask, tx_len))
goto fail;

netif_wake_queue(dev);
return NETDEV_TX_OK;
fail:
if (ptask)
Expand All @@ -1650,9 +1649,6 @@ static int ether1394_tx(struct sk_buff *skb, struct net_device *dev)
priv->stats.tx_errors++;
spin_unlock_irqrestore(&priv->lock, flags);

if (netif_queue_stopped(dev))
netif_wake_queue(dev);

/*
* FIXME: According to a patch from 2003-02-26, "returning non-zero
* causes serious problems" here, allegedly. Before that patch,
Expand Down

0 comments on commit 8a48ba7

Please sign in to comment.