From: Prarit Bhargava Date: Fri, 6 Aug 2010 15:41:24 +0000 (-0400) Subject: watchdog: iTCO_wdt: Cleanup warning messages X-Git-Tag: v2.6.37-rc1~53^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641912f479962e50b29573a8c0e8c514eb02e9b8;p=pandora-kernel.git 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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed