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 15202f15a02b..c5557eaf3e2e 100644
--- a/sound/pci/bt87x.c
+++ b/sound/pci/bt87x.c
@@ -806,7 +806,7 @@ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
806 int i; 806 int i;
807 const struct pci_device_id *supported; 807 const struct pci_device_id *supported;
808 808
809 supported = pci_match_device(driver, pci); 809 supported = pci_match_device(&driver, pci);
810 if (supported) 810 if (supported)
811 return supported->driver_data; 811 return supported->driver_data;
812 812