1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
linux/sound/isa/gus
Pierre-Louis Bossart 6a4f2b6947 ALSA: isa/gus: remove 'set but not used' warning
Fix W=1 warning by noting variable as __always_unused.

sound/isa/gus/gus_uart.c: In function ‘snd_gf1_interrupt_midi_in’:
sound/isa/gus/gus_uart.c:16:22: warning: variable ‘data’ set but not
used [-Wunused-but-set-variable]
   16 |  unsigned char stat, data, byte;

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200702193604.169059-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2020-07-07 12:02:24 +02:00
..
gus_dma.c
gus_dram.c
gus_io.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
gus_irq.c
gus_main.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
gus_mem.c
gus_mem_proc.c ALSA: info: Make snd_info_entry_ops as const 2020-01-03 09:24:18 +01:00
gus_mixer.c ALSA: isa: Constify snd_kcontrol_new items 2020-01-03 09:24:25 +01:00
gus_pcm.c
gus_reset.c ALSA: isa/gus: remove -Wmissing-prototypes warnings 2020-07-07 11:59:59 +02:00
gus_tables.h
gus_timer.c ALSA: Constify snd_timer_hardware definitions 2020-01-03 09:24:07 +01:00
gus_uart.c ALSA: isa/gus: remove 'set but not used' warning 2020-07-07 12:02:24 +02:00
gus_volume.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
gusclassic.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
gusextreme.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
gusmax.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
interwave-stb.c
interwave.c ALSA: gus: More constifications 2020-01-05 16:15:03 +01:00
Makefile