commit | c25d4546ca452b2e8c03bc735e4c65bc6dd751dd | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Oct 06 18:04:28 2021 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Oct 07 15:45:11 2021 +0100 |
tree | a7fe476ad43f1796198b574f169b8eae6801f829 | |
parent | 10f4a96543b744c8cc7ef8b0799af21d911dd37d [diff] |
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>