diff options
author | Dongliang Mu <mudongliangabcd@gmail.com> | 2022-09-08 13:59:00 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-09 09:30:20 +0200 |
commit | 7eb2bf871454d3b35c2e988477aab4c0e12aa7c4 (patch) | |
tree | 17577652ceed11129d7c1c3bb42ccfc4da4ceaf0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9b91a65230784a9ef644b8bdbb82a79ba4ae9456 (diff) |
usb: misc: usb3503: call clk_disable_unprepare in the error handling
Smatch reports the following warning:
drivers/usb/misc/usb3503.c:267 usb3503_probe() warn: 'hub->clk'
from clk_prepare_enable() not released on lines: 240,246,252
Fix this by adding a flag to indicate if hub->clk is prepared or not
and invoke clk_disable_unprepare in the error handling.
Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Link: https://lore.kernel.org/r/20220908055903.3550723-1-dzm91@hust.edu.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions