Loading sound/pci/bt87x.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
sound/pci/bt87x.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading