Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150537
b: refs/heads/master
c: 46c3767
h: refs/heads/master
i:
  150535: ab382f4
v: v3
  • Loading branch information
David S. Miller committed May 28, 2009
1 parent a05e8dd commit 04a6d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: a1091aae19b1d9c85d91c86915a611387f67a26b
refs/heads/master: 46c37672d7fff0097385eb0cbd01aa0254dad0aa
7 changes: 1 addition & 6 deletions trunk/drivers/net/wireless/rtl818x/rtl8187_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,7 @@ static void rtl8187_rx_cb(struct urb *urb)
unsigned long f;

spin_lock_irqsave(&priv->rx_queue.lock, f);
if (skb->next)
__skb_unlink(skb, &priv->rx_queue);
else {
spin_unlock_irqrestore(&priv->rx_queue.lock, f);
return;
}
__skb_unlink(skb, &priv->rx_queue);
spin_unlock_irqrestore(&priv->rx_queue.lock, f);
skb_put(skb, urb->actual_length);

Expand Down

0 comments on commit 04a6d93

Please sign in to comment.