diff options
author | Jerry Hoemann <jerry.hoemann@hpe.com> | 2018-12-05 17:42:23 -0700 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2018-12-22 12:15:31 +0100 |
commit | 437a3f8ea493ba9b80c9bb983e15f4297fc653de (patch) | |
tree | 291e141f3e6ccf81c76d3d97f4d46e7f1b25bc62 /drivers/watchdog | |
parent | de2cb0cc300ea9bdb7dee476d24c2b20d469c3f2 (diff) | |
download | linux-437a3f8ea493ba9b80c9bb983e15f4297fc653de.tar.bz2 |
watchdog/hpwdt: Update driver version.
Bump version number to reflect recent minor changes.
Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index c8e805589351..ef30c7e9728d 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -26,7 +26,7 @@ #include <linux/watchdog.h> #include <asm/nmi.h> -#define HPWDT_VERSION "2.0.1" +#define HPWDT_VERSION "2.0.2" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) #define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000) #define HPWDT_MAX_TIMER TICKS_TO_SECS(65535) |