linux-stable/sound/pci/rme9652
Colin Ian King d06130dc3e ALSA: hdsp: remove redundant assignment to pointer kctl
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@gmail.com>
Link: https://lore.kernel.org/r/20220508212819.59188-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-05-09 10:42:28 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
hdsp.c ALSA: hdsp: remove redundant assignment to pointer kctl 2022-05-09 10:42:28 +02:00
hdspm.c ALSA: hdspm: Fix the missing snd_card_free() call at probe error 2022-04-12 17:58:42 +02:00
rme9652.c ALSA: rme9652: Fix the missing snd_card_free() call at probe error 2022-04-12 17:58:43 +02:00