Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19549
b: refs/heads/master
c: 54c63cf
h: refs/heads/master
i:
  19547: be236a5
v: v3
  • Loading branch information
Jaroslav Kysela committed Jan 22, 2006
1 parent 95a2ba1 commit 0540ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 128a46a55da81e563116e99e08e295fda41a145b
refs/heads/master: 54c63cfc153c6909a5d5dbe6072e8704b091f30e
2 changes: 1 addition & 1 deletion trunk/sound/pci/bt87x.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ static int __devinit snd_bt87x_detect_card(struct pci_dev *pci)
const struct pci_device_id *supported;

supported = pci_match_device(&driver, pci);
if (supported)
if (supported && supported->driver_data > 0)
return supported->driver_data;

for (i = 0; i < ARRAY_SIZE(blacklist); ++i)
Expand Down

0 comments on commit 0540ded

Please sign in to comment.