Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194224
b: refs/heads/master
c: 66b10e3
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Apr 8, 2010
1 parent a27cee1 commit ba04fc3
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 46baa1a24945b5813097af5a632db721f9c9d03b
refs/heads/master: 66b10e33f742bb45a29b7dbbc8dc85583d4c9ef6
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/hif_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,12 @@ static int ath9k_hif_usb_alloc_rx_urbs(struct hif_device_usb *hif_dev)
usb_unanchor_urb(urb);
goto err_submit;
}

/*
* Drop reference count.
* This ensures that the URB is freed when killing them.
*/
usb_free_urb(urb);
}

return 0;
Expand Down

0 comments on commit ba04fc3

Please sign in to comment.