summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorBosi Zhang <u201911157@hust.edu.cn>2023-04-22 11:43:31 +0300
committerStephen Boyd <sboyd@kernel.org>2023-06-13 04:28:33 +0300
commit3db7285e044144fd88a356f5b641b9cd4b231a77 (patch)
treeef9e3a4756f02c7ea660f44e5514f8b4d6f36ddb /scripts/gdb/linux/utils.py
parent18eb864f1a2df1956a2829edd58d5d9e9e73bc19 (diff)
downloadlinux-3db7285e044144fd88a356f5b641b9cd4b231a77.tar.xz
clk: mediatek: fix of_iomap memory leak
Smatch reports: drivers/clk/mediatek/clk-mtk.c:583 mtk_clk_simple_probe() warn: 'base' from of_iomap() not released on lines: 496. This problem was also found in linux-next. In mtk_clk_simple_probe(), base is not released when handling errors if clk_data is not existed, which may cause a leak. So free_base should be added here to release base. Fixes: c58cd0e40ffa ("clk: mediatek: Add mtk_clk_simple_probe() to simplify clock providers") Signed-off-by: Bosi Zhang <u201911157@hust.edu.cn> Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn> Link: https://lore.kernel.org/r/20230422084331.47198-1-u201911157@hust.edu.cn Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions