]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: dwc3: Don't call clk_bulk_disable_unprepare() twice
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 29 Sep 2025 18:28:50 +0000 (20:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:37:10 +0000 (09:37 +0200)
commit2758246d287549e1088eae350654160cbf4d424f
treea70a86abe9a37e3af62df3930ff1994e462664e7
parent268eb6fb908bc82ce479e4dba9a2cad11f536c9c
usb: dwc3: Don't call clk_bulk_disable_unprepare() twice

devm_clk_bulk_get_all_enabled() is used in the probe, so
clk_bulk_disable_unprepare() should not be called explicitly in the remove
function.

Fixes: e0b6dc00c701 ("usb: dwc3: add generic driver to support flattened")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-generic-plat.c