diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-09-09 22:38:46 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-09-11 13:56:20 +0200 |
commit | babab2f86440352d24e76118fdd7d40cab5fd7bf (patch) | |
tree | a08bf7057872c07cc213591c3ec440cb364c172c /lib/fdt.c | |
parent | 05a0a34418699ea2ced1fe6e081b91c0e1065690 (diff) | |
download | linux-stable-babab2f86440352d24e76118fdd7d40cab5fd7bf.tar.gz linux-stable-babab2f86440352d24e76118fdd7d40cab5fd7bf.tar.bz2 linux-stable-babab2f86440352d24e76118fdd7d40cab5fd7bf.zip |
rtc: mt6397: 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.
Acked-by: Eddie Huang <eddie.huang@mediatek.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'lib/fdt.c')
0 files changed, 0 insertions, 0 deletions