ASoC: topology: Clean up error messages handling
authorMark Brown <broonie@kernel.org>
Mon, 22 May 2023 15:32:40 +0000 (16:32 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 22 May 2023 15:32:40 +0000 (16:32 +0100)
Merge series from Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>:

Series of patches cleaning up error messages when loading topology. In
few places instead of logging in place of failure message is logged in
caller. Additionally there are places where both caller and failing
function log error, leading to unnecessary logs. Clean all of the above
up.


Trivial merge