]> Git Repo - J-linux.git/blobdiff - drivers/pci/controller/pcie-altera-msi.c
Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[J-linux.git] / drivers / pci / controller / pcie-altera-msi.c
index e1636f7714ca70cc1bfc7037a529904c5b12989f..42691dd8ebef3bba69cf0e766683e8e3cf447710 100644 (file)
@@ -204,8 +204,7 @@ static int altera_msi_remove(struct platform_device *pdev)
        struct altera_msi *msi = platform_get_drvdata(pdev);
 
        msi_writel(msi, 0, MSI_INTMASK);
-       irq_set_chained_handler(msi->irq, NULL);
-       irq_set_handler_data(msi->irq, NULL);
+       irq_set_chained_handler_and_data(msi->irq, NULL, NULL);
 
        altera_free_domains(msi);
 
This page took 0.029452 seconds and 4 git commands to generate.