Re: [PATCH v2] ASoC: codec: Omit superfluous error message in jz4760_codec_probe()

2021-03-03 Thread Mark Brown
On Tue, 2 Mar 2021 21:56:30 +0800, Tang Bin wrote: > The function devm_platform_ioremap_resource has already contained > error message, so remove the redundant dev_err here. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: codec: Omit

Re: [PATCH v2] ASoC: codec: Omit superfluous error message in jz4760_codec_probe()

2021-03-02 Thread Paul Cercueil
Le mar. 2 mars 2021 à 21:56, Tang Bin a écrit : The function devm_platform_ioremap_resource has already contained error message, so remove the redundant dev_err here. Signed-off-by: Tang Bin Acked-by: Paul Cercueil Thanks! Cheers, -Paul --- Changes from v1 - to streamline the

[PATCH v2] ASoC: codec: Omit superfluous error message in jz4760_codec_probe()

2021-03-02 Thread Tang Bin
The function devm_platform_ioremap_resource has already contained error message, so remove the redundant dev_err here. Signed-off-by: Tang Bin --- Changes from v1 - to streamline the code. --- sound/soc/codecs/jz4760.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git