]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
watchdog: iTCO_wdt: Cleanup warning messages
authorPrarit Bhargava <prarit@redhat.com>
Fri, 6 Aug 2010 15:41:24 +0000 (11:41 -0400)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 28 Oct 2010 21:33:17 +0000 (21:33 +0000)
commit641912f479962e50b29573a8c0e8c514eb02e9b8
tree7052e30d5396533b33ea8acc9318983e290e5f8e
parentcad0df370048f7980d4cbc9e88b74db0d87cfc56
watchdog: iTCO_wdt: Cleanup warning messages

The current iTCO_wdt driver warnings are confusing.  Currently when the device
driver returns an error the console contains:

iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected

After the patch,

iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, device disabled by hardware/BIOS

Clean this up and use the word "device" to describe the device.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/iTCO_wdt.c