ASoC: atmel: Remove redundant dev_err() call in probe function
authorLadislav Michl <ladis@linux-mips.org>
Thu, 1 Mar 2018 13:37:31 +0000 (14:37 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 1 Mar 2018 18:05:10 +0000 (18:05 +0000)
commit1f598e6861ab1d3cc46d6eff155c0a0a6736de38
treeeb06dbae827e2a6a2cb92dab901461a234bae59c
parent1e8ba922c0fca2586cc43a4884e071f8c5446e49
ASoC: atmel: Remove redundant dev_err() call in probe function

There is an error message within devm_ioremap_resource already,
so remove the redundant dev_err() call.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel-classd.c
sound/soc/atmel/atmel-pdmic.c