Re: [PATCH] net: ethernet: ravb: Fix release of refclk

From: David Miller
Date: Mon Apr 19 2021 - 18:45:50 EST


From: Adam Ford <aford173@xxxxxxxxx>
Date: Sat, 17 Apr 2021 08:23:29 -0500

> The call to clk_disable_unprepare() can happen before priv is
> initialized. This means moving clk_disable_unprepare out of
> out_release into a new label.
>
> Fixes: 8ef7adc6beb2("net: ethernet: ravb: Enable optional refclk")
> Signed-off-by: Adam Ford <aford173@xxxxxxxxx>
Thjis does not apply cleanly, please rebbase and resubmit.

Please fix the formatting of your Fixes tag while you are at it, thank you.