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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 17:19:36 +0000 (17:19 +0000)
commit07a2284773c9afe0644dc235f8523b88ea2789f3
treec5d0b6a0b1de33bf8946d6f1f73aa31f4d3c6af0
parent2a79a7e8b6417d58e803b2c0005dac40a45d3637
clocksource/drivers/timer-imx-gpt: Fix potential memory leak

[ Upstream commit 8051a993ce222a5158bccc6ac22ace9253dd71cb ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clocksource/timer-imx-gpt.c