Skip to content

Commit

Permalink
[PATCH] Fix bt87x.c build problem for real
Browse files Browse the repository at this point in the history
Just the declaration fix wasn't enough to fix things in bt78x.c

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jul 6, 2005
1 parent 83b78bd commit 159f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/bt87x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 159f597

Please sign in to comment.