[PATCH] PCI: fix !CONFIG_HOTPLUG pci build problem
[deliverable/linux.git] / sound / pci / bt87x.c
index defdc5a459f0ffea3ff7732160bdfabfa0db9b58..909fef8903cb041283801d945bc7a46177df6cdd 100644 (file)
@@ -804,7 +804,7 @@ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
        int i;
        const struct pci_device_id *supported;
 
-       supported = pci_match_device(snd_bt87x_ids, pci);
+       supported = pci_match_device(driver, pci);
        if (supported)
                return supported->driver_data;
 
This page took 0.024275 seconds and 5 git commands to generate.