ASoC: tlv320aic31xx: suppress error message for EPROBE_DEFER
authorLucas Stach <l.stach@pengutronix.de>
Fri, 19 Jul 2019 14:36:37 +0000 (16:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 11:09:33 +0000 (13:09 +0200)
commita7ace049bddc64ae74668d1b1cc10dbcd6ade448
tree5c2960a8a188329ed97263adcf7aab54dd49b4b6
parent3657e58405fb4b23646e683b3c06f5a47408754c
ASoC: tlv320aic31xx: suppress error message for EPROBE_DEFER

[ Upstream commit b7e814deae33eb30f8f8c6528e8e69b107978d88 ]

Both the supplies and reset GPIO might need a probe deferral for the
resource to be available. Don't print a error message in that case, as
it is a normal operating condition.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Acked-by: Andrew F. Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20190719143637.2018-1-l.stach@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/tlv320aic31xx.c