ASoC: soc-core: remove error due to probe deferral
authorMartin Hundebøll <mnhu@prevas.dk>
Thu, 1 Feb 2018 10:09:41 +0000 (11:09 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 12:02:48 +0000 (12:02 +0000)
commit6b49087912e311bc884d36874592595508630b88
tree367db8f70e420edb2b106aa1e222e76f4ef30db0
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
ASoC: soc-core: remove error due to probe deferral

Deferred probes shouldn't cause error messages in the boot log, so
change the dev_err() to the more harmless dev_info().

Signed-off-by: Martin Hundebøll <mnhu@prevas.dk>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c