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

Commit 8de3cf71 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "xhci-plat: Update IRQ flag for primary HCD""

parents 77292346 677942e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static int xhci_plat_probe(struct platform_device *pdev)
			goto disable_clk;
	}

	ret = usb_add_hcd(hcd, irq, IRQF_SHARED | IRQF_ONESHOT);
	ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
	if (ret)
		goto disable_clk;