mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] 10: 2.5.29-wdt977
@ 2002-08-03 18:16 Russell King
  2002-08-03 17:49 ` Rob Radez
  2002-08-03 20:50 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Russell King @ 2002-08-03 18:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

This patch has been verified to apply cleanly to 2.5.30

Bitops are used with on the timer_alive variable.  Therefore, timer_alive
needs to be "unsigned long" not "int".

 drivers/char/wdt977.c |    2 +-
 1 files changed, 1 insertion, 1 deletion

diff -urN orig/drivers/char/wdt977.c linux/drivers/char/wdt977.c
--- orig/drivers/char/wdt977.c	Sat May 25 23:13:25 2002
+++ linux/drivers/char/wdt977.c	Wed Jun 12 14:13:47 2002
@@ -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");


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-08-04 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-03 18:16 [PATCH] 10: 2.5.29-wdt977 Russell King
2002-08-03 17:49 ` Rob Radez
2002-08-03 20:50 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®