]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codec: Omit superfluous error message in jz4760_codec_probe()
authorTang Bin <tangbin@cmss.chinamobile.com>
Tue, 2 Mar 2021 13:56:30 +0000 (21:56 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 13:13:18 +0000 (13:13 +0000)
commit17f5e896cb6cca27435ed809ba4fec9a884f9eff
treefac00453cd1234856d9cf66ece1f80406c2469c3
parent833539ca5b6545faab0b3c78ffc11ccd56e57918
ASoC: codec: Omit superfluous error message in jz4760_codec_probe()

The function devm_platform_ioremap_resource has already contained
error message, so remove the redundant dev_err here.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20210302135630.11456-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/jz4760.c