patch-2.4.0-test10 linux/drivers/char/ip2/i2ellis.c

Next file: linux/drivers/char/ip2main.c
Previous file: linux/drivers/char/i810_rng.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/ip2/i2ellis.c linux/drivers/char/ip2/i2ellis.c
@@ -51,9 +51,9 @@
 //* Static Data *
 //***************
 
-static int ii2Safe = 0;         // Safe I/O address for delay routine
+static int ii2Safe;         // Safe I/O address for delay routine
 
-static int iiDelayed = 0;	// Set when the iiResetDelay function is
+static int iiDelayed;	// Set when the iiResetDelay function is
 							// called. Cleared when ANY board is reset.
 static struct timer_list * pDelayTimer;   // Used by iiDelayTimer
 static wait_queue_head_t pDelayWait;    // Used by iiDelayTimer

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