Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10950
b: refs/heads/master
c: e71180f
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and Jeff Garzik committed Oct 29, 2005
1 parent 00176fc commit 42d6602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: eef55ac7bf16669cb022db30143d0a6d8cb1f5e6
refs/heads/master: e71180f3689e00c5a1095925352a72dacdd62e34
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/prism54/islpci_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,10 @@ islpci_eth_transmit(struct sk_buff *skb, struct net_device *ndev)
return 0;

drop_free:
/* free the skbuf structure before aborting */
dev_kfree_skb(skb);
skb = NULL;

priv->statistics.tx_dropped++;
spin_unlock_irqrestore(&priv->slock, flags);
dev_kfree_skb(skb);
skb = NULL;
return err;
}

Expand Down

0 comments on commit 42d6602

Please sign in to comment.