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

Commit 5c43cbdf authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Borislav Petkov
Browse files

{mv64x60,ppc4xx}_edac,: Remove deprecated IRQF_DISABLED

parent 4cfc3a40
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ static int mv64x60_pci_err_probe(struct platform_device *pdev)
		res = devm_request_irq(&pdev->dev,
				       pdata->irq,
				       mv64x60_pci_isr,
				       IRQF_DISABLED,
				       0,
				       "[EDAC] PCI err",
				       pci);
		if (res < 0) {
@@ -345,7 +345,7 @@ static int mv64x60_sram_err_probe(struct platform_device *pdev)
		res = devm_request_irq(&pdev->dev,
				       pdata->irq,
				       mv64x60_sram_isr,
				       IRQF_DISABLED,
				       0,
				       "[EDAC] SRAM err",
				       edac_dev);
		if (res < 0) {
@@ -540,7 +540,7 @@ static int mv64x60_cpu_err_probe(struct platform_device *pdev)
		res = devm_request_irq(&pdev->dev,
				       pdata->irq,
				       mv64x60_cpu_isr,
				       IRQF_DISABLED,
				       0,
				       "[EDAC] CPU err",
				       edac_dev);
		if (res < 0) {
@@ -800,7 +800,7 @@ static int mv64x60_mc_err_probe(struct platform_device *pdev)
		res = devm_request_irq(&pdev->dev,
				       pdata->irq,
				       mv64x60_mc_isr,
				       IRQF_DISABLED,
				       0,
				       "[EDAC] MC err",
				       mci);
		if (res < 0) {
+2 −2
Original line number Diff line number Diff line
@@ -1120,7 +1120,7 @@ static int ppc4xx_edac_register_irq(struct platform_device *op,

	status = request_irq(ded_irq,
			     ppc4xx_edac_isr,
			     IRQF_DISABLED,
			     0,
			     "[EDAC] MC ECCDED",
			     mci);

@@ -1134,7 +1134,7 @@ static int ppc4xx_edac_register_irq(struct platform_device *op,

	status = request_irq(sec_irq,
			     ppc4xx_edac_isr,
			     IRQF_DISABLED,
			     0,
			     "[EDAC] MC ECCSEC",
			     mci);