]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mxs: fix memory leak in mxs_machine_init()
authorZheng Yongjun <zhengyongjun3@huawei.com>
Thu, 17 Nov 2022 06:20:11 +0000 (06:20 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sat, 19 Nov 2022 01:40:36 +0000 (09:40 +0800)
commita380d561af1449a423f73df640102ac37ed78831
treecde20244b51621a0fae65ad75153b42eafb1afb3
parent09502a19412df89c0a18c8773732a59b42080ec9
ARM: mxs: fix memory leak in mxs_machine_init()

If of_property_read_string() failed, 'soc_dev_attr' should be
freed before return. Otherwise there is a memory leak.

Fixes: 2ccb087e1c28 ("ARM: mxs: Use soc bus infrastructure")
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-mxs/mach-mxs.c