commit | 50caa777a3a24d7027748e96265728ce748b41ef | [log] [tgz] |
---|---|---|
author | Wang Hai <wanghai38@huawei.com> | Mon Aug 10 10:57:05 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 11 10:36:47 2020 -0700 |
tree | b77658485678206dbb81d79e376172692d4e342c | |
parent | e71642009cbd4a874c3af71a4b16b39499f58658 [diff] |
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_init 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>