[PATCH] ALSA: hdsp: remove redundant assignment to pointer kctl

Takashi Iwai tiwai at suse.de
Mon May 9 10:43:07 CEST 2022


On Sun, 08 May 2022 23:28:19 +0200,
Colin Ian King wrote:
> 
> Pointer kctl is being assigned a value that is not being read, buf
> is being re-assigned later. The assignment is redundant and can be
> removed.
> 
> Cleans up clang scan build warning:
> sound/pci/rme9652/hdsp.c:3317:28: warning: Although the value stored
> to 'kctl' is used in the enclosing expression, the value is never
> actually read from 'kctl' [deadcode.DeadStores]
> 
> Signed-off-by: Colin Ian King <colin.i.king at gmail.com>

Thanks, applied.


Takashi


More information about the Alsa-devel mailing list