Re: [PATCH] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler

2024-10-11 Thread Mark Brown
On Fri, 11 Oct 2024 12:53:53 +0800, Shengjiu Wang wrote: > Irq handler need to be executed as fast as possible, so > the log in irq handler is better to use dev_dbg which needs > to be enabled when debugging. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git fo

Re: [PATCH] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler

2024-10-11 Thread Iuliana Prodan
On 10/11/2024 7:53 AM, Shengjiu Wang wrote: Irq handler need to be executed as fast as possible, so the log in irq handler is better to use dev_dbg which needs to be enabled when debugging. Signed-off-by: Shengjiu Wang Reviewed-by: Iuliana Prodan Thanks, Iulia --- sound/soc/fsl/fsl_esai.c

[PATCH] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler

2024-10-10 Thread Shengjiu Wang
Irq handler need to be executed as fast as possible, so the log in irq handler is better to use dev_dbg which needs to be enabled when debugging. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_esai.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/fsl/fsl_es