diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2022-06-28 22:05:27 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-29 21:02:05 +0200 |
commit | 98ceba7559280cdd09feccc7af4406d93187fbfb (patch) | |
tree | ba624ab682e82ba1263e5151eae6108942e3bbf4 /drivers/usb/class/cdc-acm.c | |
parent | 70cdb930f7e97e0abe4ec4ac30e63ada490ef375 (diff) |
usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()
clock source is prepared and enabled by clk_prepare_enable()
in probe function, but no disable or unprepare in remove.
Fixes: 7a96b6ea90a4 ("usb: musb: Add support for PolarFire SoC's musb controller")
Reported-by: Hulk Robot <hulkci@huawei.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220628140527.1404439-1-yangyingliang@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
0 files changed, 0 insertions, 0 deletions