Drivers/PCIe: Bugfix for MSI interrupts missing.

This patch fixes MSI interrupts missing problem.

Signed-off-by: Yao Chen <chenyao11@huawei.com>
This commit is contained in:
Yao Chen
2018-03-08 10:20:51 +08:00
committed by Guodong Xu
parent cf21836d0d
commit 09fd0174c5
+1 -1
View File
@@ -190,7 +190,7 @@ static int __init kirin_add_pcie_port(struct pcie_port *pp,
}
ret = devm_request_irq(&pdev->dev, pp->msi_irq,
kirin_pcie_msi_irq_handler,
IRQF_SHARED | IRQF_TRIGGER_RISING,
IRQF_SHARED | IRQF_NO_THREAD,
"kirin_pcie_msi", pp);
if (ret) {
dev_err(&pdev->dev, "failed to request msi irq\n");