phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()
authorTiezhu Yang <yangtiezhu@loongson.cn>
Wed, 19 May 2021 10:37:39 +0000 (18:37 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 31 May 2021 08:28:28 +0000 (13:58 +0530)
commitaaac9a1bd370338ce372669eb9a6059d16b929aa
treee5c6952250d1f5445e3cd7975a2bca48e12ecdbb
parent6411e386db0a477217607015e7d2910d02f75426
phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()

Use clk_disable_unprepare() in the error path of mtk_phy_init() to fix
some resource leaks.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1621420659-15858-1-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/mediatek/phy-mtk-tphy.c