[PATCH] Unused variable warning in ac97_codec.c

From: Brian Gerst (bgerst@didntduck.org)
Date: Fri Feb 21 2003 - 21:57:45 EST


Kill unused variable.

--
				Brian Gerst

--- linux-2.5.62-bk8/sound/pci/ac97/ac97_codec.c 2003-02-21 20:45:12.000000000 -0500 +++ linux/sound/pci/ac97/ac97_codec.c 2003-02-21 21:52:09.000000000 -0500 @@ -2475,7 +2475,6 @@ int snd_ac97_tune_hardware(ac97_t *ac97, struct pci_dev *pci, struct ac97_quirk *quirk) { unsigned short vendor, device; - struct ac97_quirk *q; pci_read_config_word(pci, PCI_SUBSYSTEM_VENDOR_ID, &vendor); pci_read_config_word(pci, PCI_SUBSYSTEM_ID, &device);

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:35 EST