Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 159f597a authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

[PATCH] Fix bt87x.c build problem for real



Just the declaration fix wasn't enough to fix things in bt78x.c

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 83b78bd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;