diff options
author | Jerry Hoemann <jerry.hoemann@hpe.com> | 2019-05-17 14:59:43 -0600 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2019-07-08 16:10:10 +0200 |
commit | f1bb45b93345ac7e1eb237e54093520c42aa237d (patch) | |
tree | 45111aad10b90b43b62263be8794ebefb4ce7b03 /drivers/watchdog | |
parent | f213fcf078c19d2b1b0876eb935cab20e311743e (diff) | |
download | linux-f1bb45b93345ac7e1eb237e54093520c42aa237d.tar.bz2 |
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>
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 57777d2ad262..7d34bcf1c45b 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -22,7 +22,7 @@ #include <linux/watchdog.h> #include <asm/nmi.h> -#define HPWDT_VERSION "2.0.2" +#define HPWDT_VERSION "2.0.3" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) #define TICKS_TO_SECS(ticks) ((ticks) * 128 / 1000) #define HPWDT_MAX_TICKS 65535 |