patch-2.4.0-test3 linux/drivers/net/ne.c

Next file: linux/drivers/net/pcmcia/aironet4500_cs.c
Previous file: linux/drivers/net/ncr885e.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/net/ne.c linux/drivers/net/ne.c
@@ -229,7 +229,7 @@
 
 	for (i = 0; pci_clone_list[i].vendor != 0; i++) {
 		struct pci_dev *pdev = NULL;
-		unsigned int pci_ioaddr;
+		unsigned int pci_ioaddr = 0;
 
 		while ((pdev = pci_find_device(pci_clone_list[i].vendor, pci_clone_list[i].dev_id, pdev))) {
 			if (pci_enable_device(pdev))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)