aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-plat.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci-plat.c')
-rw-r--r--drivers/usb/host/xhci-plat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-plat.c b/drivers/usb/host/xhci-plat.c
index 51e22bf89505..6eca5a536c0a 100644
--- a/drivers/usb/host/xhci-plat.c
+++ b/drivers/usb/host/xhci-plat.c
@@ -24,7 +24,7 @@ static void xhci_plat_quirks(struct device *dev, struct xhci_hcd *xhci)
24 * here that the generic code does not try to make a pci_dev from our 24 * here that the generic code does not try to make a pci_dev from our
25 * dev struct in order to setup MSI 25 * dev struct in order to setup MSI
26 */ 26 */
27 xhci->quirks |= XHCI_BROKEN_MSI; 27 xhci->quirks |= XHCI_PLAT;
28} 28}
29 29
30/* called during probe() after chip reset completes */ 30/* called during probe() after chip reset completes */