Re: [PATCH] mailbox: th1520: fix clock imbalance on probe failure
From: Johan Hovold
Date: Wed Nov 26 2025 - 11:24:04 EST
On Mon, Nov 10, 2025 at 10:13:38AM +0100, Johan Hovold wrote:
> On Fri, Oct 17, 2025 at 07:54:14AM +0200, Johan Hovold wrote:
> > The purpose of the devm_add_action_or_reset() helper is to call the
> > action function in case adding an action ever fails so drop the clock
> > disable from the error path to avoid disabling the clocks twice.
> >
> > Fixes: 5d4d263e1c6b ("mailbox: Introduce support for T-head TH1520 Mailbox driver")
> > Cc: Michal Wilczynski <m.wilczynski@xxxxxxxxxxx>
> > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> > ---
>
> Can this one be picked up for 6.19?
It's been another month so sending another reminder. Can this one be
picked up for 6.19?
Johan