diff --git a/[refs] b/[refs] index 68241e5108bd..b543d96e3c07 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83b78bd2d31f12d7d9317d9802a1996a7bd8a6f2 +refs/heads/master: 159f597a8bd0f1d7650d5e580c93a2666c9c26d1 diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index 15202f15a02b..c5557eaf3e2e 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/sound/pci/bt87x.c @@ -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;