Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325554
b: refs/heads/master
c: ee692cf
h: refs/heads/master
v: v3
  • Loading branch information
Harsh Kumar authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent f3f2dc2 commit 97a7486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 926ae525111021a3fa20f26b391d091d6c945275
refs/heads/master: ee692cfad6520f7cc60b766a3c013f9e6eba6e38
7 changes: 2 additions & 5 deletions trunk/drivers/staging/winbond/wb35tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,8 @@ void Wb35Tx_destroy(struct hw_data *pHwData)
} while ((pWb35Tx->EP2vm_state != VM_STOP) && (pWb35Tx->EP4vm_state != VM_STOP));
msleep(10); /* Delay for waiting function enter 940623.1.b */

if (pWb35Tx->Tx4Urb)
usb_free_urb(pWb35Tx->Tx4Urb);

if (pWb35Tx->Tx2Urb)
usb_free_urb(pWb35Tx->Tx2Urb);
usb_free_urb(pWb35Tx->Tx4Urb);
usb_free_urb(pWb35Tx->Tx2Urb);

pr_debug("Wb35Tx_destroy OK\n");
}
Expand Down

0 comments on commit 97a7486

Please sign in to comment.