clocksource/drivers/timer-imx-gpt: Fix potential memory leak
authorJacky Bai <ping.bai@nxp.com>
Mon, 9 Oct 2023 08:39:22 +0000 (16:39 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 11 Oct 2023 08:10:34 +0000 (10:10 +0200)
commit8051a993ce222a5158bccc6ac22ace9253dd71cb
tree778a75985dae4c1e26082dd1d38b99c62ff6ecdb
parent078a5babf2bc92eba04b8f9162e5fea7afc2749e
clocksource/drivers/timer-imx-gpt: Fix potential memory leak

Fix coverity Issue CID 250382:  Resource leak (RESOURCE_LEAK).
Add kfree when error return.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20231009083922.1942971-1-ping.bai@nxp.com
drivers/clocksource/timer-imx-gpt.c