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

2021-03-02 Thread Paul Cercueil
Hi Tang, Le mar. 2 mars 2021 à 20:11, 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 --- sound/soc/codecs/jz4760.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc

[PATCH] 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 --- sound/soc/codecs/jz4760.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/jz4760.c b/sound/soc/codecs/jz4760.c index e8f28ccc145a