Commit 913ccfaa authored by Russell King's avatar Russell King Committed by Linus Torvalds

[PATCH] 10: 2.5.29-wdt977

Bitops are used with on the timer_alive variable.  Therefore, timer_alive
needs to be "unsigned long" not "int".
parent 52ca501b
......@@ -39,7 +39,7 @@
static int timeout = DEFAULT_TIMEOUT*60; /* TO in seconds from user */
static int timeoutM = DEFAULT_TIMEOUT; /* timeout in minutes */
static int timer_alive;
static unsigned long timer_alive;
static int testmode;
MODULE_PARM(timeout, "i");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment