linux-stable/sound/isa/wavefront
Colin Ian King df98a94ce9 ALSA: wavefront: remove redundant assignment to pointer end
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@gmail.com>
Link: https://lore.kernel.org/r/20220629102744.139673-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-07-04 14:29:27 +02:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
wavefront.c ALSA: wavefront: Allocate resources with device-managed APIs 2021-07-19 16:17:27 +02:00
wavefront_fx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
wavefront_midi.c ALSA: wavefront: Fix assignment in if condition 2021-06-09 17:29:42 +02:00
wavefront_synth.c ALSA: wavefront: remove redundant assignment to pointer end 2022-07-04 14:29:27 +02:00