]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
rtc: sun6i: ensure rtc is kfree'd on error
authorColin Ian King <colin.king@canonical.com>
Wed, 22 Nov 2017 17:16:18 +0000 (17:16 +0000)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 18 Dec 2017 22:05:10 +0000 (23:05 +0100)
commite9982024619c7f8f8cce97b0038a0075b135089c
treec3a6510272d19ac97b44b316d6be4ae775de6c4d
parent6f2a71a31afd738af446c802e1ed40365afa55b8
rtc: sun6i: ensure rtc is kfree'd on error

The error return path on clk_data allocation failure does not kfree
the allocated rtc object. Fix this with a kfree of rtc on the error
exit path.

Detected by CoverityScan, CID#1452264 ("Resource Leak")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-sun6i.c