summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pl031.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2018-09-09 22:38:47 +0200
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-09-11 13:56:35 +0200
commitc778ec85825dc895936940072aea9fe9037db684 (patch)
treed108049408d31e0038e0155a496320c325dcb7b2 /drivers/rtc/rtc-pl031.c
parentbabab2f86440352d24e76118fdd7d40cab5fd7bf (diff)
downloadlinux-stable-c778ec85825dc895936940072aea9fe9037db684.tar.gz
linux-stable-c778ec85825dc895936940072aea9fe9037db684.tar.bz2
linux-stable-c778ec85825dc895936940072aea9fe9037db684.zip
rtc: pl030: fix possible race condition
The IRQ is requested before the struct rtc is allocated and registered, but this struct is used in the IRQ handler. This may lead to a NULL pointer dereference. Switch to devm_rtc_allocate_device/rtc_register_device to allocate the rtc before requesting the IRQ. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-pl031.c')
0 files changed, 0 insertions, 0 deletions