Re: [PATCH] ALSA: wavefront: remove redundant assignment to pointer end

From: Takashi Iwai
Date: Mon Jul 04 2022 - 08:30:24 EST


On Wed, 29 Jun 2022 12:27:43 +0200,
Colin Ian King wrote:
>
> Pointer end is being re-assigned the same value as it was initialized
> with in the previous statement. The re-assignment is redundant and
> can be removed.
>
> Cleans up clang scan-build warning:
> sound/isa/wavefront/wavefront_synth.c:582:17: warning: Value stored
> to 'end' during its initialization is never read
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Thanks, applied now.


Takashi