OSDN Git Service

ASoC: codecs: tlv320aic31xx: Use dev_err_probe() helper
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 14 Dec 2021 02:08:31 +0000 (11:08 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 20 Dec 2021 12:47:11 +0000 (12:47 +0000)
commit7ff27faec8cccbbf499d0b4cd8ef951f1d5f5d05
tree4daf624c0687c66d7951a4829e56f8efa24765a7
parent382ae995597fbe214596f794ee5a38b4b64195be
ASoC: codecs: tlv320aic31xx: Use dev_err_probe() helper

Use the dev_err_probe() helper, instead of open-coding the same
operation.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/20211214020843.2225831-11-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c