diff options
Diffstat (limited to 'drivers/usb/core/hcd-pci.c')
-rw-r--r-- | drivers/usb/core/hcd-pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/core/hcd-pci.c b/drivers/usb/core/hcd-pci.c index 66fe1b78d952..03432467b05f 100644 --- a/drivers/usb/core/hcd-pci.c +++ b/drivers/usb/core/hcd-pci.c | |||
@@ -515,8 +515,6 @@ static int resume_common(struct device *dev, int event) | |||
515 | event == PM_EVENT_RESTORE); | 515 | event == PM_EVENT_RESTORE); |
516 | if (retval) { | 516 | if (retval) { |
517 | dev_err(dev, "PCI post-resume error %d!\n", retval); | 517 | dev_err(dev, "PCI post-resume error %d!\n", retval); |
518 | if (hcd->shared_hcd) | ||
519 | usb_hc_died(hcd->shared_hcd); | ||
520 | usb_hc_died(hcd); | 518 | usb_hc_died(hcd); |
521 | } | 519 | } |
522 | } | 520 | } |