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

Commit fd178254 authored by olof@lixom.net's avatar olof@lixom.net Committed by Jeff Garzik
Browse files

pasemi_mac: Terminate PCI ID list



This caused some very interesting behaviour depending on what happened to
be built at the same time. Add terminating empty entry to the list of IDs.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 52a94351
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1209,6 +1209,7 @@ static void __devexit pasemi_mac_remove(struct pci_dev *pdev)
static struct pci_device_id pasemi_mac_pci_tbl[] = {
	{ PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa005) },
	{ PCI_DEVICE(PCI_VENDOR_ID_PASEMI, 0xa006) },
	{ },
};

MODULE_DEVICE_TABLE(pci, pasemi_mac_pci_tbl);