From b51f21c2ab23cb490040929d757e1b9e20149038 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Thu, 18 Oct 2007 10:48:43 +0200 Subject: [PATCH] --- yaml --- r: 72171 b: refs/heads/master c: 8e84c6413a2bec1c3e67bb38d42422f9f3262c10 h: refs/heads/master i: 72169: 69e34ba28b05b693e926b4a3c0f95727f1e69b29 72167: 304d904c8141f614b6615625b62764cd111e6d9b v: v3 --- [refs] | 2 +- trunk/sound/pci/bt87x.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;