phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 19 Mar 2021 12:41:25 +0000 (18:11 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 31 Mar 2021 11:13:21 +0000 (16:43 +0530)
commit29c2d02adbc817e91f078ace1c625c34928bf73a
tree6dbdd85aff9191c1c951d82211782d6cc91b5f65
parenta0c30cd783b9dfb319ab2d88bb02434b4a815f79
phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback

commit 44d30d622821 ("phy: cadence: Add driver for Sierra PHY") enabled
the clock in probe and failed to disable in remove callback. Add missing
clk_disable_unprepare() in cdns_sierra_phy_remove().

Fixes: 44d30d622821 ("phy: cadence: Add driver for Sierra PHY")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Link: https://lore.kernel.org/r/20210319124128.13308-11-kishon@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/cadence/phy-cadence-sierra.c