soundwire: stream: remove redundant pr_err traces
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 8 Jan 2020 17:54:33 +0000 (11:54 -0600)
committerVinod Koul <vkoul@kernel.org>
Fri, 10 Jan 2020 07:04:17 +0000 (12:34 +0530)
commitb637124800a157c4df3699d1137d8533394f7678
treebe68818cc3718935226d97eef9f5ee69c95950b9
parent09f6a72d014386939d21899921dd379006471a4b
soundwire: stream: remove redundant pr_err traces

Only keep pr_err to flag critical configuration errors that will
typically only happen during system integration.

For errors on prepare/deprepare/enable/disable, the caller can do a
much better job with more information on the DAI and device that
caused the issue.

Suggested-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200108175438.13121-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/stream.c