|
@@ -268,7 +268,7 @@ static int tps65910_rtc_probe(struct platform_device *pdev)
|
|
|
}
|
|
|
|
|
|
ret = devm_request_threaded_irq(&pdev->dev, irq, NULL,
|
|
|
- tps65910_rtc_interrupt, IRQF_TRIGGER_LOW | IRQF_EARLY_RESUME,
|
|
|
+ tps65910_rtc_interrupt, IRQF_TRIGGER_LOW,
|
|
|
dev_name(&pdev->dev), &pdev->dev);
|
|
|
if (ret < 0) {
|
|
|
dev_err(&pdev->dev, "IRQ is not free.\n");
|