+3
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
pxa_rtc_open() registers the interrupt handler which will access the RTC registers. However, pxa_rtc_open() is called before the register range is ioremapped. Instead, call it after devm_ioremap(). Acked-by:Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by:
Alexandre Belloni <alexandre.belloni@free-electrons.com>