From: Zhang Changzhong <zhangchangzh...@huawei.com> Date: Mon, 20 Jul 2020 17:36:34 +0800
> The driver forgets to call clk_disable_unprepare() in error path after > a success calling for clk_prepare_enable(). > > Fix to goto err_clk_disable if clk_prepare_enable() is successful. > > Fixes: c80d36ff63a5 ("net: bcmgenet: Use devm_clk_get_optional() to get the > clocks") > Signed-off-by: Zhang Changzhong <zhangchangzh...@huawei.com> Applied.