patch-2.4.0-test10 linux/drivers/net/3c515.c

Next file: linux/drivers/net/3c527.c
Previous file: linux/drivers/net/3c509.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/net/3c515.c linux/drivers/net/3c515.c
@@ -90,7 +90,7 @@
 #define DRIVER_DEBUG 1
 /* Some values here only for performance evaluation and path-coverage
    debugging. */
-static int rx_nocopy = 0, rx_copy = 0, queued_packet = 0;
+static int rx_nocopy, rx_copy, queued_packet;
 
 /* Number of times to check to see if the Tx FIFO has space, used in some
    limited cases. */
@@ -364,7 +364,7 @@
 	0, 0, 0
 };
 
-static int nopnp = 0;
+static int nopnp;
 #endif
 
 static int corkscrew_scan(struct net_device *dev);

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