commit | 8a06513df55ef10baf80f55d13786eb29efa4fa6 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Tue Aug 04 00:45:37 2015 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sat Sep 05 13:19:12 2015 +0200 |
tree | 9a24ad2160aeadce3324cbe95899c3f65c00edb7 | |
parent | fd9061fb497926c0e62bf1c7ff727801499fd2ea [diff] |
rtc: rx8025: continue without alarm when irq request fails Instead of bailing out, disable alarms and continue when devm_request_threaded_irq() fails. This allows to still provide some functionality. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>