Re: [PATCH] ASoC: tas2781: Fix redundant logical jump
From: Markus Elfring
Date: Sun Nov 10 2024 - 05:45:24 EST
> In these functions, some logical jump of "goto" and variable
> are redundant, thus remove them.
Another wording suggestion:
Return some values directly in a few function implementations.
Thus remove local variables which became redundant with this refactoring.
Regards,
Markus