Re: [PATCH] ASoC: AMD: Clean kernel log from deferred probe error messages

2020-08-26 Thread Agrawal, Akshu
On 8/26/2020 4:54 PM, Mark Brown wrote: On Wed, Aug 26, 2020 at 04:48:05PM +0530, Akshu Agrawal wrote: While the driver waits for DAIs to be probed and retries probing, avoid printing error messages. This means that if there is a problem with deferred probe no diagnostics will be available, t

Re: [PATCH] ASoC: AMD: Clean kernel log from deferred probe error messages

2020-08-26 Thread Mark Brown
On Wed, Aug 26, 2020 at 04:48:05PM +0530, Akshu Agrawal wrote: > While the driver waits for DAIs to be probed and retries probing, > avoid printing error messages. This means that if there is a problem with deferred probe no diagnostics will be available, there should be something at least at debu

[PATCH] ASoC: AMD: Clean kernel log from deferred probe error messages

2020-08-26 Thread Akshu Agrawal
While the driver waits for DAIs to be probed and retries probing, avoid printing error messages. Signed-off-by: Akshu Agrawal --- sound/soc/amd/acp3x-rt5682-max9836.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sound/soc/amd/acp3x-rt5682-max9836.c b/sound/soc/amd/a