diff options
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
| -rw-r--r-- | drivers/usb/host/ohci-hcd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index f0d29eda3c6d..e8bbe8bc2598 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c | |||
| @@ -486,9 +486,6 @@ static int ohci_run (struct ohci_hcd *ohci) | |||
| 486 | * or if bus glue did the same (e.g. for PCI add-in cards with | 486 | * or if bus glue did the same (e.g. for PCI add-in cards with |
| 487 | * PCI PM support). | 487 | * PCI PM support). |
| 488 | */ | 488 | */ |
| 489 | ohci_dbg (ohci, "resetting from state '%s', control = 0x%x\n", | ||
| 490 | hcfs2string (ohci->hc_control & OHCI_CTRL_HCFS), | ||
| 491 | ohci_readl (ohci, &ohci->regs->control)); | ||
| 492 | if ((ohci->hc_control & OHCI_CTRL_RWC) != 0 | 489 | if ((ohci->hc_control & OHCI_CTRL_RWC) != 0 |
| 493 | && !device_may_wakeup(hcd->self.controller)) | 490 | && !device_may_wakeup(hcd->self.controller)) |
| 494 | device_init_wakeup(hcd->self.controller, 1); | 491 | device_init_wakeup(hcd->self.controller, 1); |
| @@ -744,9 +741,6 @@ static void ohci_stop (struct usb_hcd *hcd) | |||
| 744 | { | 741 | { |
| 745 | struct ohci_hcd *ohci = hcd_to_ohci (hcd); | 742 | struct ohci_hcd *ohci = hcd_to_ohci (hcd); |
| 746 | 743 | ||
| 747 | ohci_dbg (ohci, "stop %s controller (state 0x%02x)\n", | ||
| 748 | hcfs2string (ohci->hc_control & OHCI_CTRL_HCFS), | ||
| 749 | hcd->state); | ||
| 750 | ohci_dump (ohci, 1); | 744 | ohci_dump (ohci, 1); |
| 751 | 745 | ||
| 752 | flush_scheduled_work(); | 746 | flush_scheduled_work(); |
