Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179704
b: refs/heads/master
c: ae35fe9
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Jan 20, 2010
1 parent 9f96d35 commit f55f7db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 04a723ea9c53ba608b0411aa36948bb57c51a08e
refs/heads/master: ae35fe9e8abe828b25053cd3efdc6953fbb710e3
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/fhci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,10 @@ static int fhci_mem_init(struct fhci_hcd *fhci)
static void fhci_usb_free(void *lld)
{
struct fhci_usb *usb = lld;
struct fhci_hcd *fhci = usb->fhci;
struct fhci_hcd *fhci;

if (usb) {
fhci = usb->fhci;
fhci_config_transceiver(fhci, FHCI_PORT_POWER_OFF);
fhci_ep0_free(usb);
kfree(usb->actual_frame);
Expand Down

0 comments on commit f55f7db

Please sign in to comment.