From: Tom Mingarelli Date: Mon, 24 Sep 2012 20:34:40 +0000 (+0000) Subject: watchdog: hpwdt.c: Increase version string X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e16cfb9d38541bf1591c2e0ca64a562074e25f72;p=deliverable%2Flinux.git watchdog: hpwdt.c: Increase version string Changing the version of the driver for all the latest patches being applied for kdump fixes. Signed-off-by: Thomas Mingarelli Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 8717255ec7be..11796b9b864e 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -39,7 +39,7 @@ #endif /* CONFIG_HPWDT_NMI_DECODING */ #include -#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)