[openib-general] [PATCH 49 of 53] ipath - NULL-terminate	pci_device_id table
    Bryan O'Sullivan 
    bos at pathscale.com
       
    Fri May 12 16:43:34 PDT 2006
    
    
  
Signed-off-by: Bryan O'Sullivan <bos at pathscale.com>
diff -r 49b446b12f16 -r 40532fdc53f0 drivers/infiniband/hw/ipath/ipath_driver.c
--- a/drivers/infiniband/hw/ipath/ipath_driver.c	Fri May 12 15:55:29 2006 -0700
+++ b/drivers/infiniband/hw/ipath/ipath_driver.c	Fri May 12 15:55:29 2006 -0700
@@ -120,6 +120,7 @@ static const struct pci_device_id ipath_
 		    PCI_DEVICE_ID_INFINIPATH_HT)},
 	{PCI_DEVICE(PCI_VENDOR_ID_PATHSCALE,
 		    PCI_DEVICE_ID_INFINIPATH_PE800)},
+	{0}
 };
 
 MODULE_DEVICE_TABLE(pci, ipath_pci_tbl);
    
    
More information about the general
mailing list