[PATCH] Unused variable warning in ac97_codec.c

Brian Gerst (bgerst@didntduck.org)
Fri, 21 Feb 2003 21:57:45 -0500


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-18717-1045883324-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Kill unused variable.

--
				Brian Gerst

--=_courier-18717-1045883324-0001-2 Content-Type: text/plain; name=ac97-warn-1; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ac97-warn-1"

--- 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);

--=_courier-18717-1045883324-0001-2--