rtc: ds1307: comment and format cleanup
[deliverable/linux.git] / drivers / rtc / rtc-tx4939.c
index aac0ffed4345d5cabb1f26d2e7e3bd4927aecc4e..a12bfac49d36a84188d79754fc9e0523cea0692f 100644 (file)
@@ -266,7 +266,7 @@ static int __init tx4939_rtc_probe(struct platform_device *pdev)
        spin_lock_init(&pdata->lock);
        tx4939_rtc_cmd(pdata->rtcreg, TX4939_RTCCTL_COMMAND_NOP);
        if (devm_request_irq(&pdev->dev, irq, tx4939_rtc_interrupt,
-                            IRQF_DISABLED, pdev->name, &pdev->dev) < 0)
+                            0, pdev->name, &pdev->dev) < 0)
                return -EBUSY;
        rtc = rtc_device_register(pdev->name, &pdev->dev,
                                  &tx4939_rtc_ops, THIS_MODULE);
This page took 0.032871 seconds and 5 git commands to generate.