Re: [PATCH v3 1/5] clk: sunxi-ng: mp: fix parent rate change flag check

From: Stephen Boyd
Date: Wed Feb 10 2021 - 21:28:57 EST


Quoting Maxime Ripard (2021-02-10 02:29:04)
> Hi Mike, Stephen,
>
> On Tue, Feb 09, 2021 at 06:58:56PM +0100, Jernej Skrabec wrote:
> > CLK_SET_RATE_PARENT flag is checked on parent clock instead of current
> > one. Fix that.
> >
> > Fixes: 3f790433c3cb ("clk: sunxi-ng: Adjust MP clock parent rate when allowed")
> > Reviewed-by: Chen-Yu Tsai <wens@xxxxxxxx>
> > Tested-by: Andre Heider <a.heider@xxxxxxxxx>
> > Signed-off-by: Jernej Skrabec <jernej.skrabec@xxxxxxxx>
>
> This is a last minute fix for us, can you merge it into clk-fixes directly?
>
> Acked-by: Maxime Ripard <mripard@xxxxxxxxxx>
>

It's also fixing a problem that's been around since v5.0. Is something
broken that needs fixing this late? The motivation could be added to the
commit text because right now it looks like a typo fix spotted visually.