Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'pci/controller/xgene'

* pci/controller/xgene:
PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup()

+1 -1
+1 -1
drivers/pci/controller/pci-xgene-msi.c
··· 311 311 msi_val = xgene_msi_int_read(xgene_msi, i); 312 312 if (msi_val) { 313 313 dev_err(&pdev->dev, "Failed to clear spurious IRQ\n"); 314 - return EINVAL; 314 + return -EINVAL; 315 315 } 316 316 317 317 irq = platform_get_irq(pdev, i);