diff options
| -rw-r--r-- | drivers/usb/host/ohci-hcd.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 2c614af8f733..1027aa04583d 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
| @@ -795,7 +795,9 @@ static void ohci_stop (struct usb_hcd *hcd) | |||
| 795 | 795 | ||
| 796 | ohci_usb_reset (ohci); | 796 | ohci_usb_reset (ohci); | 
| 797 | ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); | 797 | ohci_writel (ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable); | 
| 798 | 798 | free_irq(hcd->irq, hcd); | |
| 799 | hcd->irq = -1; | ||
| 800 | |||
| 799 | remove_debug_files (ohci); | 801 | remove_debug_files (ohci); | 
| 800 | ohci_mem_cleanup (ohci); | 802 | ohci_mem_cleanup (ohci); | 
| 801 | if (ohci->hcca) { | 803 | if (ohci->hcca) { | 
