]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: SOF: Intel: hda: remove misleading error trace from IRQ thread
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Mon, 22 Jul 2019 14:14:01 +0000 (09:14 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 23 Jul 2019 11:16:53 +0000 (12:16 +0100)
commit717dedb1dcee92788b81233aa0a221573c95daff
tree14eb2bb0aa69a51786b55f453510d3558ff02fac
parent8201f11a1f75e3aa7d5327d0b1d8cb544aeaa62f
ASoC: SOF: Intel: hda: remove misleading error trace from IRQ thread

Downgrade "nothing to do in IRQ thread" message from error to a debug
message in the IPC interrupt handler thread.

The spurious wake-up can happen if a HDA stream interrupt is
raised while the IPC interrupt thread is running. IPC functionality
is not impacted by this condition, so debug is a more appropriate
trace level.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190722141402.7194-21-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/cnl.c
sound/soc/sof/intel/hda-ipc.c