summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/ehci-tegra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-tegra.c b/drivers/usb/host/ehci-tegra.c
index bf1289ae73b5..0ccc0385933d 100644
--- a/drivers/usb/host/ehci-tegra.c
+++ b/drivers/usb/host/ehci-tegra.c
@@ -189,8 +189,8 @@ static irqreturn_t tegra_ehci_irq(struct usb_hcd *hcd)
spin_unlock(&ehci->lock);
return irq_status;
}
- if (tegra_usb_phy_remote_wakeup(tegra->phy)) {
- ehci_info(ehci, "remote wakeup detected\n");
+ if (tegra_usb_phy_pmc_wakeup(tegra->phy)) {
+ ehci_dbg(ehci, "pmc wakeup detected\n");
usb_hcd_resume_root_hub(hcd);
spin_unlock(&ehci->lock);
return irq_status;