net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init
authorWang Hai <wanghai38@huawei.com>
Mon, 10 Aug 2020 02:57:05 +0000 (10:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Aug 2020 11:15:17 +0000 (13:15 +0200)
commit0e2446523c770a69803bd28820c24f866cf58409
treee24e6993dbd4ddfe10b5fe543ef15b7400ab3e79
parentfcd4fd88eb02089f2df59f197d6b98a7d5a2f0be
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init

[ Upstream commit 50caa777a3a24d7027748e96265728ce748b41ef ]

Fix the missing clk_disable_unprepare() before return
from emac_clks_phase1_init() in the error handling case.

Fixes: b9b17debc69d ("net: emac: emac gigabit ethernet controller driver")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Timur Tabi <timur@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/qualcomm/emac/emac.c