diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/pci-quirks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/pci-quirks.c b/drivers/usb/host/pci-quirks.c index c5e9e4a76f14..486e8122f0d8 100644 --- a/drivers/usb/host/pci-quirks.c +++ b/drivers/usb/host/pci-quirks.c | |||
@@ -870,9 +870,10 @@ static void __devinit quirk_usb_handoff_xhci(struct pci_dev *pdev) | |||
870 | /* Disable any BIOS SMIs and clear all SMI events*/ | 870 | /* Disable any BIOS SMIs and clear all SMI events*/ |
871 | writel(val, base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); | 871 | writel(val, base + ext_cap_offset + XHCI_LEGACY_CONTROL_OFFSET); |
872 | 872 | ||
873 | hc_init: | ||
873 | if (usb_is_intel_switchable_xhci(pdev)) | 874 | if (usb_is_intel_switchable_xhci(pdev)) |
874 | usb_enable_xhci_ports(pdev); | 875 | usb_enable_xhci_ports(pdev); |
875 | hc_init: | 876 | |
876 | op_reg_base = base + XHCI_HC_LENGTH(readl(base)); | 877 | op_reg_base = base + XHCI_HC_LENGTH(readl(base)); |
877 | 878 | ||
878 | /* Wait for the host controller to be ready before writing any | 879 | /* Wait for the host controller to be ready before writing any |