ASoC: Intel: avs: Do not print IPC error message twice
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 10 Oct 2022 12:19:52 +0000 (14:19 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Oct 2022 11:50:14 +0000 (12:50 +0100)
commit65edda6015682a31d82111b7a417eaa8232547f8
treeb0e7520c80e1d4dcc26650fcfe648e57142c4520
parent2d27a1caf8ef0c443486b18de2fada3120e3fbe1
ASoC: Intel: avs: Do not print IPC error message twice

ENABLE_LOGS and SYSTEM_TIME IPCs call LARGE_CONFIG_SET internally which
dumps an error message in case of an error. There is no need to repeat
the process in the top level handler.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20221010121955.718168-13-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/messages.c