]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: sunxi: remove redundant dev_err call in sun4i_i2s_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 4 Jul 2016 15:08:07 +0000 (15:08 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 4 Jul 2016 15:28:30 +0000 (17:28 +0200)
commit62ee4ecb6b40dbddff04c857a82584f51ee460be
tree58e5911f97b1f37f16acc5422fa4a91bc4b0e390
parentdcf7d1992b943192856ccf453375b158e3afd0a3
ASoC: sunxi: remove redundant dev_err call in sun4i_i2s_probe()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-i2s.c