Re: [PATCH] ASoC: fsl_micfil: Fix error handler with pm_runtime_enable

2023-05-08 Thread Mark Brown
On Mon, 08 May 2023 18:16:36 +0800, Shengjiu Wang wrote: > There is error message when defer probe happens: > > fsl-micfil-dai 30ca.micfil: Unbalanced pm_runtime_enable! > > Fix the error handler with pm_runtime_enable and add > fsl_micfil_remove() for pm_runtime_disable. > > [...] Applied

[PATCH] ASoC: fsl_micfil: Fix error handler with pm_runtime_enable

2023-05-08 Thread Shengjiu Wang
There is error message when defer probe happens: fsl-micfil-dai 30ca.micfil: Unbalanced pm_runtime_enable! Fix the error handler with pm_runtime_enable and add fsl_micfil_remove() for pm_runtime_disable. Fixes: 47a70e6fc9a8 ("ASoC: Add MICFIL SoC Digital Audio Interface driver.") Signed-off-