commit | f0b63a1d5a4a4d9d60fe728ede0fa78ec5aab8be | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri Jul 24 16:07:30 2015 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Sat Sep 05 13:19:11 2015 +0200 |
tree | 42fdacde4a427d9f28d63651d3484806d23f7153 | |
parent | b6a57c955c362cb9d6ace991cdd77376849abb44 [diff] |
rtc: rx8025: switch to managed irq allocation Use devm_request_threaded_irq() so it is not necessary to call free_irq() explicitly. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>