Re: [PATCH] ASoC: codecs/jz4770: Remove superfluous error message

2021-03-08 Thread Mark Brown
On Sun, 7 Mar 2021 15:21:33 +0800, Tang Bin wrote: > The function devm_platform_ioremap_resource has already contained > error message if failed, so remove superfluous dev_err here. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC:

Re: [PATCH] ASoC: codecs/jz4770: Remove superfluous error message

2021-03-07 Thread Paul Cercueil
Le dim. 7 mars 2021 à 15:21, Tang Bin a écrit : The function devm_platform_ioremap_resource has already contained error message if failed, so remove superfluous dev_err here. Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin Looks good. Acked-by: Paul Cercueil Cheers, -Paul ---

[PATCH] ASoC: codecs/jz4770: Remove superfluous error message

2021-03-06 Thread Tang Bin
The function devm_platform_ioremap_resource has already contained error message if failed, so remove superfluous dev_err here. Signed-off-by: Zhang Shengju Signed-off-by: Tang Bin --- sound/soc/codecs/jz4770.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git