diff --git a/[refs] b/[refs] index 3b58fb751067..0f614dea54b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44e0b6821d7eacb4f93d2c131d436f96e500aa08 +refs/heads/master: 8e84c6413a2bec1c3e67bb38d42422f9f3262c10 diff --git a/trunk/sound/pci/bt87x.c b/trunk/sound/pci/bt87x.c index f960b8209d1b..2dba752faf4e 100644 --- a/trunk/sound/pci/bt87x.c +++ b/trunk/sound/pci/bt87x.c @@ -848,7 +848,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_id(snd_bt87x_ids, pci); if (supported && supported->driver_data > 0) return supported->driver_data;