diff options
author | Yi Yingao <m202271736@hust.edu.cn> | 2023-05-09 16:52:36 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-15 13:42:16 +0200 |
commit | 095bb8ba45f28ed15296eb5b7662e03e57d5e34e (patch) | |
tree | 29a134c74c8c8b1c98b0d3473ca7e3a8c792c5c8 /tools/perf/scripts/python/stackcollapse.py | |
parent | b1c8ea3c09db24a55ff84ac047cb2e9d9f644bf9 (diff) |
nvmem: sunplus-ocotp: release otp->clk before return
Smatch reports:
drivers/nvmem/sunplus-ocotp.c:205 sp_ocotp_probe()
warn: 'otp->clk' from clk_prepare() not released on lines: 196.
In the function sp_ocotp_probe(struct platform_device *pdev), otp->clk may
not be released before return.
To fix this issue, using function clk_unprepare() to release otp->clk.
Fixes: 8747ec2e9762 ("nvmem: Add driver for OCOTP in Sunplus SP7021")
Signed-off-by: Yi Yingao <m202271736@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Message-ID: <20230509085237.5917-1-m202271736@hust.edu.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions