Re: [PATCH v2 07/13] ASoC: mediatek: mt8189: Propagate runtime resume errors

From: Bui Duc Phuc

Date: Tue Sep 15 2026 - 06:46:32 EST


> > So if we remove this part:
> > ---------------------
> > if (!afe->regmap) {
> > dev_warn(afe->dev, "skip regmap\n");
> > return 0;
> > }
> > -----------------------
> > from mt8189_afe_runtime_resume(), that could actually trigger the bug
> > we were just discussing.
> >
> Well, then...
>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
>
> ...still, please check the other cases.


Thank you. I'll keep this part of the code as-is:

--------------------------------------------------------
if (!afe->regmap) {
dev_warn(afe->dev, "skip regmap\n");
return 0;
}
--------------------------------------------------------

Best regards,
Phuc