watchdog: hpwdt: Fix initialization message in hpwdt.c
authorMasanari Iida <standby24x7@gmail.com>
Wed, 22 Oct 2014 11:24:35 +0000 (20:24 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 17 Feb 2015 20:32:10 +0000 (21:32 +0100)
commitb91b5be5ba92f2bc8018a900239cd07150639b5b
tree3c696ded31c7b0ed1133b2df0cf92c227fb09953
parentf83918fb5cb0fd257fd05d588e0c0b3472ef18b0
watchdog: hpwdt: Fix initialization message in hpwdt.c

allow_kdump was enabled as default since following commit.

commit a089361cf5f1d6a5295aa5385238bd044998e1e9,
watchdog: hpwdt: Unregister NMI events on exit.

But the initialization message was not modified.
So it still shows

  HP Watchdog Timer Driver: NMI decoding initialized,
  allow kernel dump: ON (default = 0/OFF)    <=

This "default = 0/OFF" message may confuse users.
Fix it as "default = 1/ON".

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/hpwdt.c