ASoC: fsl_aud2htx: Remove dev_err() usage after platform_get_irq()
authorShengjiu Wang <shengjiu.wang@nxp.com>
Sat, 7 Nov 2020 02:20:43 +0000 (10:20 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 9 Nov 2020 17:43:15 +0000 (17:43 +0000)
commit1cc3245b2c7464b6d6ad210b0e333781676de519
tree72a10cddf736287ec7e0d64b0f6081dc9572bff4
parentb2fc3029308dd1bace4c11c733eca2ef941b0e29
ASoC: fsl_aud2htx: Remove dev_err() usage after platform_get_irq()

platform_get_irq() would print error message internally, so dev_err()
after platform_get_irq() is not needed

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Link: https://lore.kernel.org/r/1604715643-29507-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_aud2htx.c