Loading drivers/watchdog/hpwdt.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ #include <linux/watchdog.h> #include <asm/nmi.h> #define HPWDT_VERSION "1.4.0" #define HPWDT_VERSION "2.0.0" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) #define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000) #define HPWDT_MAX_TIMER TICKS_TO_SECS(65535) Loading Loading
drivers/watchdog/hpwdt.c +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ #include <linux/watchdog.h> #include <asm/nmi.h> #define HPWDT_VERSION "1.4.0" #define HPWDT_VERSION "2.0.0" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) #define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000) #define HPWDT_MAX_TIMER TICKS_TO_SECS(65535) Loading