Commit a3d0a746 authored by Brian Gerst's avatar Brian Gerst Committed by Linus Torvalds

[PATCH] Unused variable warning in ac97_codec.c

Kill unused variable.
parent 19d06640
......@@ -2475,7 +2475,6 @@ static int swap_headphone(ac97_t *ac97, int remove_master)
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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment