PATCH: cciss small pci id table patch

Marcus Meissner (Marcus.Meissner@caldera.de)
Thu, 28 Jun 2001 17:33:50 +0200


Hi,

The cciss driver in 2.4.5-ac19 is missing the terminating {0,}.

Ciao, Marcus

Index: drivers/block/cciss.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/block/cciss.c,v
retrieving revision 1.23
diff -u -r1.23 cciss.c
--- drivers/block/cciss.c 2001/05/27 18:05:54 1.23
+++ drivers/block/cciss.c 2001/06/28 15:27:34
@@ -63,6 +63,7 @@
0x0E11, 0x4080, 0, 0, 0},
{ PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSB,
0x0E11, 0x4082, 0, 0, 0},
+ {0,}
};
MODULE_DEVICE_TABLE(pci, cciss_pci_device_id);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/