Loading drivers/usb/host/xhci-msm-hsic.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static void mxhci_hsic_plat_quirks(struct device *dev, struct xhci_hcd *xhci) * here that the generic code does not try to make a pci_dev from our * dev struct in order to setup MSI */ xhci->quirks |= XHCI_BROKEN_MSI; xhci->quirks |= XHCI_PLAT; /* Single port controller using out of band remote wakeup */ if (mxhci->wakeup_irq) Loading drivers/usb/host/xhci.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ int xhci_reset(struct xhci_hcd *xhci) return ret; } #if defined(CONFIG_PCI) && !defined(CONFIG_ARCH_MSM) #ifdef CONFIG_PCI static int xhci_free_msi(struct xhci_hcd *xhci) { int i; Loading Loading
drivers/usb/host/xhci-msm-hsic.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static void mxhci_hsic_plat_quirks(struct device *dev, struct xhci_hcd *xhci) * here that the generic code does not try to make a pci_dev from our * dev struct in order to setup MSI */ xhci->quirks |= XHCI_BROKEN_MSI; xhci->quirks |= XHCI_PLAT; /* Single port controller using out of band remote wakeup */ if (mxhci->wakeup_irq) Loading
drivers/usb/host/xhci.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ int xhci_reset(struct xhci_hcd *xhci) return ret; } #if defined(CONFIG_PCI) && !defined(CONFIG_ARCH_MSM) #ifdef CONFIG_PCI static int xhci_free_msi(struct xhci_hcd *xhci) { int i; Loading