Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198613
b: refs/heads/master
c: 7606688
h: refs/heads/master
i:
  198611: b1f9edc
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed May 24, 2010
1 parent 575d865 commit cb39885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 690e781c5a3241d2366a3120ca410162da9c365e
refs/heads/master: 7606688afc767c0b94bb2d79512affe3ba1264ce
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/hif_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@ static int ath9k_hif_usb_alloc_tx_urbs(struct hif_device_usb *hif_dev)

return 0;
err:
if (tx_buf) {
kfree(tx_buf->buf);
kfree(tx_buf);
}
ath9k_hif_usb_dealloc_tx_urbs(hif_dev);
return -ENOMEM;
}
Expand Down

0 comments on commit cb39885

Please sign in to comment.