[PATCH] x86-64: Only allocate per cpu data for possible CPUs, not compiled in CPUs.
[pandora-kernel.git] / sound / pci / bt87x.c
index 15202f1..c5557ea 100644 (file)
@@ -806,7 +806,7 @@ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
        int i;
        const struct pci_device_id *supported;
 
-       supported = pci_match_device(driver, pci);
+       supported = pci_match_device(&driver, pci);
        if (supported)
                return supported->driver_data;