Re: [PATCH 2/2] ASoC: fsl_mqs: call pm_runtime_disable() on error path

2023-04-17 Thread Mark Brown
On Mon, Apr 03, 2023 at 11:27:37PM +0800, Liliang Ye wrote: > pm_runtime_disable was missed in cleanup operation, which corresponds to > the earlier call to pm_runtime_enable. This doesn't apply against current code, please check and resend. signature.asc Description: PGP signature

[PATCH 2/2] ASoC: fsl_mqs: call pm_runtime_disable() on error path

2023-04-03 Thread Liliang Ye
pm_runtime_disable was missed in cleanup operation, which corresponds to the earlier call to pm_runtime_enable. To fix this, add pm_runtime_disable() on error path. Fixes: 9e28f6532c61 ("ASoC: fsl_mqs: Add MQS component driver") Signed-off-by: Liliang Ye Reviewed-by: Dan Carpenter ---