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

Takashi Iwai tiwai at suse.de
Mon Jul 4 14:30:17 CEST 2022


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 at gmail.com>

Thanks, applied now.


Takashi


More information about the Alsa-devel mailing list