OSDN Git Service

rtc: rx8025: switch to managed irq allocation
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 24 Jul 2015 14:07:30 +0000 (16:07 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:11 +0000 (13:19 +0200)
commitf0b63a1d5a4a4d9d60fe728ede0fa78ec5aab8be
tree42fdacde4a427d9f28d63651d3484806d23f7153
parentb6a57c955c362cb9d6ace991cdd77376849abb44
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>
drivers/rtc/rtc-rx8025.c