On 5/19/23 14:56, Amadeusz Sławiński wrote: > 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. > > Amadeusz Sławiński (5): > ASoC: topology: Log control load errors in soc_tplg_control_load() > ASoC: topology: Remove redundant logs > ASoC: topology: Do not split message string on multiple lines > ASoC: topology: Remove redundant log > ASoC: topology: Remove redundant log Nice cleanup. For the series: Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > > sound/soc/soc-topology.c | 63 ++++++++++++---------------------------- > 1 file changed, 19 insertions(+), 44 deletions(-) >