[PATCH] ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=N

Daniel Baluta daniel.baluta at gmail.com
Sat Oct 29 01:56:22 AEDT 2022


On Fri, Oct 28, 2022 at 5:37 PM Maarten Zanders <maarten.zanders at mind.be> wrote:
>
> When CONFIG_PM=N, pm_runtime_put_sync() returns -ENOSYS
> which breaks the probe function of these drivers.
>
> Other users of pm_runtime_put_sync() typically don't check
> the return value. In order to keep the program flow as
> intended, check for -ENOSYS.
>
> This commit is similar to commit 0434d3f (omap-mailbox.c).
>
> This commit fixes:
> cab04ab (ASoC: fsl_asrc: Don't use devm_regmap_init_mmio_clk)
> 203773e (ASoC: fsl_esai: Don't use devm_regmap_init_mmio_clk)
> 2277e7e (ASoC: fsl_sai: Don't use devm_regmap_init_mmio_clk)
>
> Signed-off-by: Maarten Zanders <maarten.zanders at mind.be>

Reviewed-by: Daniel Baluta <daniel.baluta at nxp.com>


More information about the Linuxppc-dev mailing list