ar71xx: remove the use of the obsolete IRQF_DISABLED flag in the NAND flash driver...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 20 Jul 2015 06:01:18 +0000 (06:01 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 20 Jul 2015 06:01:18 +0000 (06:01 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46433 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c

index 8968129..90ba03a 100644 (file)
@@ -1376,7 +1376,7 @@ ar934x_nfc_probe(struct platform_device *pdev)
        }
 
        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);