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)
commit63def6c17134141a17997e06d914d1b573ddceaf
tree85a6a8095225678ab4de39c6d331f87a9581955e
parent97e6d8cb57c1ac529233fb831eb2b80d516b3bc5
parentf9d1fe7e81b87378e7bb4a0be9c6fb29bbaa73c0
ASoC: topology: Clean up error messages handling

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.