mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ALSA: pci/korg1212: completely remove 'set but not used' warnings
Commit 6cdc01ebdf
("ALSA: pci/korg1212: remove 'set but not used'
warnings") missed one __maybe_unused, add to enable make W=1 sound/
compilation with x86_64 allmodconfig
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210804185442.274057-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
f84ba106a0
commit
ddddc0d4c7
@@ -2094,7 +2094,7 @@ static int snd_korg1212_create(struct snd_card *card, struct pci_dev *pci)
|
||||
{
|
||||
int err, rc;
|
||||
unsigned int i;
|
||||
unsigned iomem_size;
|
||||
__maybe_unused unsigned iomem_size;
|
||||
__maybe_unused unsigned ioport_size;
|
||||
__maybe_unused unsigned iomem2_size;
|
||||
struct snd_korg1212 *korg1212 = card->private_data;
|
||||
|
Reference in New Issue
Block a user