diff options
author | Bosi Zhang <u201911157@hust.edu.cn> | 2023-04-22 11:43:31 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-06-13 04:28:33 +0300 |
commit | 3db7285e044144fd88a356f5b641b9cd4b231a77 (patch) | |
tree | ef9e3a4756f02c7ea660f44e5514f8b4d6f36ddb /scripts/gdb/linux/utils.py | |
parent | 18eb864f1a2df1956a2829edd58d5d9e9e73bc19 (diff) | |
download | linux-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