diff options
-rw-r--r-- | drivers/rtc/rtc-tps65910.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index 26b8bd252769..a9caf043b0ce 100644 --- a/drivers/rtc/rtc-tps65910.c +++ b/drivers/rtc/rtc-tps65910.c | |||
@@ -263,7 +263,7 @@ static int tps65910_rtc_probe(struct platform_device *pdev) | |||
263 | if (irq <= 0) { | 263 | if (irq <= 0) { |
264 | dev_warn(&pdev->dev, "Wake up is not possible as irq = %d\n", | 264 | dev_warn(&pdev->dev, "Wake up is not possible as irq = %d\n", |
265 | irq); | 265 | irq); |
266 | return ret; | 266 | return -ENXIO; |
267 | } | 267 | } |
268 | 268 | ||
269 | ret = devm_request_threaded_irq(&pdev->dev, irq, NULL, | 269 | ret = devm_request_threaded_irq(&pdev->dev, irq, NULL, |