From: Pierre-Louis Bossart Date: Wed, 4 Aug 2021 18:54:42 +0000 (-0500) Subject: ALSA: pci/korg1212: completely remove 'set but not used' warnings X-Git-Tag: microblaze-v5.16~37^2~67 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=ddddc0d4c76aabd15eddbd905d4bf009f2f30725;p=linux-2.6-microblaze.git ALSA: pci/korg1212: completely remove 'set but not used' warnings Commit 6cdc01ebdfb0 ("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 Link: https://lore.kernel.org/r/20210804185442.274057-1-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/korg1212/korg1212.c b/sound/pci/korg1212/korg1212.c index 49ed2bfaf11f..5c9e240ff6a9 100644 --- a/sound/pci/korg1212/korg1212.c +++ b/sound/pci/korg1212/korg1212.c @@ -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;