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

From: Adam Ford
Date: Mon Apr 19 2021 - 23:33:23 EST


On Mon, Apr 19, 2021 at 5:45 PM David Miller <davem@xxxxxxxxxxxxx> wrote:
>
> 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.

Which branch should I use as the rebase? I used net-next because
that's where the bug is, but I know it changes frequently.

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

no problem. Sorry about that

adam