]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8edc46410ec712f84aec0578b8988f08a0b9e1d
tree367db8f70e420edb2b106aa1e222e76f4ef30db0
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
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