Author: nbd
Date: 2015-07-20 08:01:18 +0200 (Mon, 20 Jul 2015)
New Revision: 46433

Modified:
   trunk/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c
Log:
ar71xx: remove the use of the obsolete IRQF_DISABLED flag in the NAND flash 
driver (fixes #20125)

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c
===================================================================
--- trunk/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c       
2015-07-19 17:59:20 UTC (rev 46432)
+++ trunk/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c       
2015-07-20 06:01:18 UTC (rev 46433)
@@ -1376,7 +1376,7 @@
        }
 
        init_waitqueue_head(&nfc->irq_waitq);
-       ret = request_irq(nfc->irq, ar934x_nfc_irq_handler, IRQF_DISABLED,
+       ret = request_irq(nfc->irq, ar934x_nfc_irq_handler, 0,
                          dev_name(&pdev->dev), nfc);
        if (ret) {
                dev_err(&pdev->dev, "requast_irq failed, err:%d\n", ret);
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to