Re: [PATCH] ASoC: topology: Fix redundant logical jump

From: Markus Elfring
Date: Sun Sep 08 2024 - 11:40:45 EST


> In the function soc_tplg_dai_config, the logical jump
> of 'goto err' is redundant, so remove it.

* You may occasionally put more than 53 characters into text lines
of such a change description.

* Can it be simpler just to return directly instead of extra jumps here?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v6.11-rc6#n532


Regards,
Markus