]> Pileus Git - ~andy/linux/blobdiff - drivers/watchdog/max63xx_wdt.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
[~andy/linux] / drivers / watchdog / max63xx_wdt.c
index 3053ff05ca410b7d4fba52cadd7d86071d3c4896..7a82ce5a6337e3948adc1d9e42eab5c72aecf654 100644 (file)
@@ -41,7 +41,7 @@ static int nowayout  = WATCHDOG_NOWAYOUT;
  * to ping the watchdog.
  */
 #define MAX6369_WDSET  (7 << 0)
-#define MAX6369_WDI    (1 << 3)
+#define MAX6369_WDI    (1 << 3)
 
 static DEFINE_SPINLOCK(io_lock);