projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c4e4b
)
watchdog: hpwdt.c: Increase version string
author
Tom Mingarelli
<thomas.mingarelli@hp.com>
Mon, 24 Sep 2012 20:34:40 +0000
(20:34 +0000)
committer
Wim Van Sebroeck
<wim@iguana.be>
Wed, 19 Dec 2012 21:24:40 +0000
(22:24 +0100)
Changing the version of the driver for all the latest patches being applied
for kdump fixes.
Signed-off-by: Thomas Mingarelli <thomas.mingarelli@hp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/hpwdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/hpwdt.c
b/drivers/watchdog/hpwdt.c
index 8717255ec7be07367c9c5c5dd3fc47bf0b301dc6..11796b9b864eb000e3fba1b0b6a94984d8324232 100644
(file)
--- a/
drivers/watchdog/hpwdt.c
+++ b/
drivers/watchdog/hpwdt.c
@@
-39,7
+39,7
@@
#endif /* CONFIG_HPWDT_NMI_DECODING */
#include <asm/nmi.h>
-#define HPWDT_VERSION "1.3.
0
"
+#define HPWDT_VERSION "1.3.
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)