Re: [PATCH] ASoC: fsl: Simplify an error message

2023-04-19 Thread Mark Brown
On Sun, 16 Apr 2023 08:29:34 +0200, Christophe JAILLET wrote: > dev_err_probe() already display the error code. There is no need to > duplicate it explicitly in the error message. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC:

Re: [PATCH] ASoC: fsl: Simplify an error message

2023-04-19 Thread Shengjiu Wang
On Sun, Apr 16, 2023 at 2:29 PM Christophe JAILLET < christophe.jail...@wanadoo.fr> wrote: > dev_err_probe() already display the error code. There is no need to > duplicate it explicitly in the error message. > > Signed-off-by: Christophe JAILLET > Acked-by: Shengjiu Wang Best regards wang she

Re: [PATCH] ASoC: fsl: Simplify an error message

2023-04-17 Thread Iuliana Prodan
On 4/16/2023 9:29 AM, Christophe JAILLET wrote: dev_err_probe() already display the error code. There is no need to duplicate it explicitly in the error message. Signed-off-by: Christophe JAILLET Reviewed-by: Iuliana Prodan Thanks, Iulia --- sound/soc/fsl/fsl-asoc-card.c | 2 +- 1 file

[PATCH] ASoC: fsl: Simplify an error message

2023-04-16 Thread Christophe JAILLET
dev_err_probe() already display the error code. There is no need to duplicate it explicitly in the error message. Signed-off-by: Christophe JAILLET --- sound/soc/fsl/fsl-asoc-card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/