aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/bt87x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/bt87x.c')
-rw-r--r--sound/pci/bt87x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c
index defdc5a459f0..909fef8903cb 100644
--- a/sound/pci/bt87x.c
+++ b/sound/pci/bt87x.c
@@ -804,7 +804,7 @@ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
804 int i; 804 int i;
805 const struct pci_device_id *supported; 805 const struct pci_device_id *supported;
806 806
807 supported = pci_match_device(snd_bt87x_ids, pci); 807 supported = pci_match_device(driver, pci);
808 if (supported) 808 if (supported)
809 return supported->driver_data; 809 return supported->driver_data;
810 810