patch-2.4.4 linux/drivers/net/bagetlance.c

Next file: linux/drivers/net/cs89x0.c
Previous file: linux/drivers/net/atp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/net/bagetlance.c linux/drivers/net/bagetlance.c
@@ -471,7 +471,7 @@
 int __init bagetlance_probe( struct net_device *dev )
 
 {	int i;
-	static int found = 0;
+	static int found;
 
 	SET_MODULE_OWNER(dev);
 
@@ -519,7 +519,7 @@
 	struct lance_private	*lp;
 	struct lance_ioreg		*IO;
 	int 					i;
-	static int 				did_version = 0;
+	static int 				did_version;
 	unsigned short			save1, save2;
 
 	PROBE_PRINT(( "Probing for Lance card at mem %#lx io %#lx\n",

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