commit | 15eeadd801c0ea65c44c01f243f45097ac5970a8 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Wed May 06 00:13:35 2020 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon May 11 16:35:03 2020 +0200 |
tree | ece9181800317e000c15aaefe9886ced561a4546 | |
parent | 77d8f3c1226b2ae60b989568a102dd79a8b379f0 [diff] |
rtc: ingenic: Fix masking of error code The code was returning -ENOENT on any error of platform_get_irq(), even if it returned a different error. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Link: https://lore.kernel.org/r/20200505221336.222313-6-paul@crapouillou.net Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>