diff options
Diffstat (limited to 'drivers/usb/host/xhci-mtk.c')
| -rw-r--r-- | drivers/usb/host/xhci-mtk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/xhci-mtk.c b/drivers/usb/host/xhci-mtk.c index 7334da9e9779..71d0d33c3286 100644 --- a/drivers/usb/host/xhci-mtk.c +++ b/drivers/usb/host/xhci-mtk.c | |||
| @@ -642,10 +642,10 @@ static int __maybe_unused xhci_mtk_resume(struct device *dev) | |||
| 642 | xhci_mtk_host_enable(mtk); | 642 | xhci_mtk_host_enable(mtk); |
| 643 | 643 | ||
| 644 | xhci_dbg(xhci, "%s: restart port polling\n", __func__); | 644 | xhci_dbg(xhci, "%s: restart port polling\n", __func__); |
| 645 | set_bit(HCD_FLAG_POLL_RH, &hcd->flags); | ||
| 646 | usb_hcd_poll_rh_status(hcd); | ||
| 647 | set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); | 645 | set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); |
| 648 | usb_hcd_poll_rh_status(xhci->shared_hcd); | 646 | usb_hcd_poll_rh_status(xhci->shared_hcd); |
| 647 | set_bit(HCD_FLAG_POLL_RH, &hcd->flags); | ||
| 648 | usb_hcd_poll_rh_status(hcd); | ||
| 649 | return 0; | 649 | return 0; |
| 650 | } | 650 | } |
| 651 | 651 | ||
