Re: [PATCH 1/2] interconnect: qcom: rpm: fix msm8996 interconnect registration

From: Johan Hovold
Date: Mon Mar 13 2023 - 05:11:59 EST


On Mon, Mar 13, 2023 at 09:57:46AM +0100, Konrad Dybcio wrote:
> On 13.03.2023 09:49, Johan Hovold wrote:
> > A recent commit broke interconnect provider registration for the msm8996
> > platform by accidentally removing a conditional when adding the missing
> > clock disable in the power-domain lookup error path.
> >
> > Fixes: b6edcc7570b2 ("interconnect: qcom: rpm: fix probe PM domain error handling")
> The hash seems to be different:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git/commit/?h=icc-next&id=9038710161f0f028e36ef383fca59080f48420ee

Bah, thanks for catching that.

Georgi, can you change this to:

Fixes: a8f1b7ca53c2 ("interconnect: qcom: rpm: fix probe PM domain error handling")

unless you decide to fold this fixup in?

> > Reported-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> > Link: https://lore.kernel.org/r/641d04a3-9236-fe76-a20f-11466a01460e@xxxxxxxxxx
> > Cc: stable@xxxxxxxxxxxxxxx # 5.17
> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>

Johan