diff options
author | Jerry Hoemann <jerry.hoemann@hpe.com> | 2018-08-08 13:13:27 -0600 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2018-10-02 13:32:22 +0200 |
commit | e1c7f79ea54cac01d88e45f05a4c411cdb33e862 (patch) | |
tree | cc90a998ad07e877fac761e9da6862d083f8e503 /drivers/watchdog/hpwdt.c | |
parent | 397a35d418a20453952d707d4b97bae6ac3053ca (diff) | |
download | linux-e1c7f79ea54cac01d88e45f05a4c411cdb33e862.tar.bz2 |
watchdog: hpwdt: Update version number.
Bump version number to reflect recent bug fixes.
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/hpwdt.c')
-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 eb947bc25915..7af358b3e278 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.0" +#define HPWDT_VERSION "2.0.1" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) #define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000) #define HPWDT_MAX_TIMER TICKS_TO_SECS(65535) |