diff options
Diffstat (limited to 'drivers/pci/host/pci-imx6.c')
-rw-r--r-- | drivers/pci/host/pci-imx6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c index 69202d1eb8fb..d1a26d17b586 100644 --- a/drivers/pci/host/pci-imx6.c +++ b/drivers/pci/host/pci-imx6.c | |||
@@ -533,8 +533,8 @@ static int __init imx6_add_pcie_port(struct pcie_port *pp, | |||
533 | } | 533 | } |
534 | 534 | ||
535 | ret = devm_request_irq(&pdev->dev, pp->msi_irq, | 535 | ret = devm_request_irq(&pdev->dev, pp->msi_irq, |
536 | imx6_pcie_msi_handler, | 536 | imx6_pcie_msi_handler, |
537 | IRQF_SHARED, "mx6-pcie-msi", pp); | 537 | IRQF_SHARED, "mx6-pcie-msi", pp); |
538 | if (ret) { | 538 | if (ret) { |
539 | dev_err(&pdev->dev, "failed to request MSI irq\n"); | 539 | dev_err(&pdev->dev, "failed to request MSI irq\n"); |
540 | return -ENODEV; | 540 | return -ENODEV; |