]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 28 Jan 2022 08:11:34 +0000 (13:41 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 8 Feb 2022 16:00:03 +0000 (11:00 -0500)
commite7a2986ec761719370674e9c96262ce6beaf56fe
treeac3c86c84d3bc2483c8f6c9cf9500b4cea83a5d0
parent8257437d0f21c6edda161844052c0e05579af71b
phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback

Add missing clk_disable_unprepare() in cdns_sierra_phy_remove().

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/phy/cadence/phy-cadence-sierra.c