Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1885eed5 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

usb: XHCI: Do not allow enabling MSI from XHCI



As part of Host controller initialization XHCI tries to
enable MSI if CONFIG_PCI is defined. This is causing host
controller driver initialization failure. As MSM has PCI-e
core independent of XHCI core hence disallow XHCI to enable
MSI.

Change-Id: Ie934bc642f12aade269283ff62baf00bc26d0282
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 7078f1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ int xhci_reset(struct xhci_hcd *xhci)
	return ret;
}

#ifdef CONFIG_PCI
#if defined(CONFIG_PCI) && !defined(CONFIG_ARCH_MSM)
static int xhci_free_msi(struct xhci_hcd *xhci)
{
	int i;