summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolof@lixom.net <olof@lixom.net>2007-05-12 14:57:36 -0500
committerJeff Garzik <jeff@garzik.org>2007-05-15 17:44:39 -0400
commitfd17825480b2de3076727c677f8e257623705963 (patch)
treec893416aaa2d1f6264ea68c24f2781a39dd8ce55
parent52a9435183f961e1bb3c146a62bfbecf93d15d58 (diff)
downloadlinux-fd17825480b2de3076727c677f8e257623705963.tar.gz
linux-fd17825480b2de3076727c677f8e257623705963.tar.bz2
linux-fd17825480b2de3076727c677f8e257623705963.zip
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: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--drivers/net/pasemi_mac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
index 39e33aeca11a..933d56476894 100644
--- a/drivers/net/pasemi_mac.c
+++ b/drivers/net/pasemi_mac.c
@@ -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);