tree 70eef6f2d06a6f3ac36ef8ac8ea24445880986a0
parent 83b78bd2d31f12d7d9317d9802a1996a7bd8a6f2
author Dave Jones <[EMAIL PROTECTED]> Wed, 06 Jul 2005 23:29:09 -0400
committer Linus Torvalds <[EMAIL PROTECTED]> Thu, 07 Jul 2005 02:40:35 -0700
[PATCH] Fix bt87x.c build problem for real
Just the declaration fix wasn't enough to fix things in bt78x.c
Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
sound/pci/bt87x.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/bt87x.c b/sound/pci/bt87x.c
--- a/sound/pci/bt87x.c
+++ b/sound/pci/bt87x.c
@@ -806,7 +806,7 @@ static int __devinit snd_bt87x_detect_ca
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;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html