rtc: omap: fix potential crash on power off
authorJohan Hovold <johan@kernel.org>
Wed, 4 Jul 2018 09:05:55 +0000 (11:05 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 12 Jul 2018 18:31:17 +0000 (20:31 +0200)
commit5c8b84f410b3819d14cb1ebf32e4b3714b5a6e0b
tree71c2fec6ac0bc760c816f86b38d3af4745898d7b
parent2b4f07e99e97b3035ce354dd38010b92c34f6bb0
rtc: omap: fix potential crash on power off

Do not set the system power-off callback and omap power-off rtc pointer
until we're done setting up our device to avoid leaving stale pointers
around after a late probe error.

Fixes: 97ea1906b3c2 ("rtc: omap: Support ext_wakeup configuration")
Cc: stable <stable@vger.kernel.org> # 4.9
Cc: Marcin Niestroj <m.niestroj@grinn-global.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-omap.c