patch-2.4.0-test10 linux/drivers/char/wdt977.c

Next file: linux/drivers/i2o/i2o_core.c
Previous file: linux/drivers/char/wdt285.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/char/wdt977.c linux/drivers/char/wdt977.c
@@ -29,8 +29,8 @@
 #define WATCHDOG_MINOR	130
 
 static	int timeout = 3;
-static	int timer_alive = 0;
-static	int testmode = 0;
+static	int timer_alive;
+static	int testmode;
 
 /*
  *	Allow only one person to hold it open

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