Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36473
b: refs/heads/master
c: 71795c1
h: refs/heads/master
i:
  36471: 2933486
v: v3
  • Loading branch information
Pete Zaitcev authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent 1f5feb5 commit 92410cb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 38e2bfc94e95dd6005fdaf40dfec0157396741da
refs/heads/master: 71795c1df30b034414c921b4930ed88de34ca348
4 changes: 3 additions & 1 deletion trunk/drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,9 @@ static void ohci_stop (struct usb_hcd *hcd)

ohci_usb_reset (ohci);
ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable);

free_irq(hcd->irq, hcd);
hcd->irq = -1;

remove_debug_files (ohci);
ohci_mem_cleanup (ohci);
if (ohci->hcca) {
Expand Down

0 comments on commit 92410cb

Please sign in to comment.