ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 6 Oct 2021 15:04:28 +0000 (18:04 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 7 Oct 2021 14:45:11 +0000 (15:45 +0100)
commitc25d4546ca452b2e8c03bc735e4c65bc6dd751dd
treea7fe476ad43f1796198b574f169b8eae6801f829
parent10f4a96543b744c8cc7ef8b0799af21d911dd37d
ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturation

dev_err_probe() avoids printing into log when the deferred probe is invoked.
This is possible when clock provider is pending to appear.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211006150428.16434-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bytcht_es8316.c