clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()
authorKuan-Wei Chiu <visitorckw@gmail.com>
Sun, 10 Dec 2023 17:52:32 +0000 (01:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:29 +0000 (20:14 +0000)
commitb9359c3a4278e59193e9166bf3da90e46c0d7ed0
treebad5f47d883367f9a14fa3bfe034f753811c52ac
parent1cda2870d5b49b9429f5518072a9516e816e3dfa
clk: mmp: pxa168: Fix memory leak in pxa168_clk_init()

[ Upstream commit 2fbabea626b6467eb4e6c4cb7a16523da12e43b4 ]

In cases where mapping of mpmu/apmu/apbc registers fails, the code path
does not handle the failure gracefully, potentially leading to a memory
leak. This fix ensures proper cleanup by freeing the allocated memory
for 'pxa_unit' before returning.

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Link: https://lore.kernel.org/r/20231210175232.3414584-1-visitorckw@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/mmp/clk-of-pxa168.c