projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccfd692
)
watchdog: hpwdt: Update driver version.
author
Jerry Hoemann
<jerry.hoemann@hpe.com>
Mon, 26 Feb 2018 03:22:27 +0000
(20:22 -0700)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Sat, 3 Mar 2018 16:04:19 +0000
(17:04 +0100)
Update driver version number to reflect changes.
Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/hpwdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/hpwdt.c
b/drivers/watchdog/hpwdt.c
index b82bbeed0e434b7ded1e9666e3954747e2d62117..a43ab2cecca2748d23e3d064ca55390ddffe386f 100644
(file)
--- 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 "
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)