aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorJerry Hoemann <jerry.hoemann@hpe.com>2020-11-22 19:08:40 -0700
committerWim Van Sebroeck <wim@linux-watchdog.org>2020-12-13 16:17:42 +0100
commit5674b74e52c052a34e0c4e8a14cdb0924f816d5e (patch)
treecbe6472e6468db64391418dfbf74db808cb85ad6 /drivers/watchdog
parentwatchdog/hpwdt: Disable NMI in Crash Kernel (diff)
downloadlinux-dev-5674b74e52c052a34e0c4e8a14cdb0924f816d5e.tar.xz
linux-dev-5674b74e52c052a34e0c4e8a14cdb0924f816d5e.zip
watchdog/hpwdt: Reflect changes
Bump driver number to reflect recent changes. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/1606097320-56762-3-git-send-email-jerry.hoemann@hpe.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/hpwdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c
index eeb4df24a7e7..cbd1498ff015 100644
--- a/drivers/watchdog/hpwdt.c
+++ b/drivers/watchdog/hpwdt.c
@@ -23,7 +23,7 @@
#include <asm/nmi.h>
#include <linux/crash_dump.h>
-#define HPWDT_VERSION "2.0.3"
+#define HPWDT_VERSION "2.0.4"
#define SECS_TO_TICKS(secs) ((secs) * 1000 / 128)
#define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000)
#define HPWDT_MAX_TICKS 65535