]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/rtc/rtc-ds1553.c
selinuxfs: merge dentry allocation into sel_make_dir()
[mv-sheeva.git] / drivers / rtc / rtc-ds1553.c
index 6f0a1b530f2e8bdf8fea8ef2de1f3965114d74ed..6ccedbbf923c5ce0cb183504bf64968f06869609 100644 (file)
@@ -320,7 +320,7 @@ static int __devinit ds1553_rtc_probe(struct platform_device *pdev)
                writeb(0, ioaddr + RTC_INTERRUPTS);
                if (devm_request_irq(&pdev->dev, pdata->irq,
                                ds1553_rtc_interrupt,
-                               IRQF_DISABLED, pdev->name, pdev) < 0) {
+                               0, pdev->name, pdev) < 0) {
                        dev_warn(&pdev->dev, "interrupt not available.\n");
                        pdata->irq = 0;
                }