Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255999
b: refs/heads/master
c: 0311ee2
h: refs/heads/master
i:
  255997: bf82d29
  255995: a2ce9b3
  255991: 15b380e
  255983: 92bfd46
  255967: 2858b46
  255935: c6762d8
  255871: 59b42c0
  255743: 7796555
  255487: 208e14c
  254975: e591ca2
  253951: 4e3be88
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jul 1, 2011
1 parent 4d94d7d commit 8b6a99d
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: f82528bc13a157335dc53e78ce801883b26831e2
refs/heads/master: 0311ee2262440b903a81fa38512d12bc2478e66f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/wanxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static netdev_tx_t wanxl_xmit(struct sk_buff *skb, struct net_device *dev)
printk(KERN_DEBUG "%s: transmitter buffer full\n", dev->name);
#endif
netif_stop_queue(dev);
spin_unlock_irq(&port->lock);
spin_unlock(&port->lock);
return NETDEV_TX_BUSY; /* request packet to be queued */
}

Expand Down

0 comments on commit 8b6a99d

Please sign in to comment.