]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: trace: Omit error print when waking up trace sleepers
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Fri, 17 Sep 2021 08:51:08 +0000 (11:51 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 17 Sep 2021 12:16:36 +0000 (13:16 +0100)
commite225dc02055ed0ccd905bc017ea17d0e93c8223f
treef71bce06d819cae550e5a85faed51bed7db86d05
parent9a542b1172e5a9dd33de91b11322051cfd62ffad
ASoC: SOF: trace: Omit error print when waking up trace sleepers

Do not print error message from snd_sof_trace_notify_for_error() when
possible sleeping trace work is woken up to flush the remaining debug
information.

This action by itself is not an error, it is just an action we take when
an error occurs to make sure that all information have been fed to the
userspace (if we have trace in use).

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210917085108.25532-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/trace.c