From: Timur Tabi Date: Tue, 8 Feb 2011 23:39:46 +0000 (-0600) Subject: watchdog: booke_wdt: clean up status messages X-Git-Tag: v2.6.39-rc1~447^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112e75466f63997d0f4c3c13ecf999e36aea692f;p=pandora-kernel.git watchdog: booke_wdt: clean up status messages Improve the status messages that are displayed during some operations of the PowerPC watchdog timer driver. When the watchdog is enabled, the timeout is displayed as a number of seconds, instead of an obscure "period". The "period" is the position of a bit in a 64-bit timer register. The higher the value, the quicker the watchdog timeout occurs. Some people chose a high "period" value for the timer and get confused as to why the board resets within a few seconds. Messages displayed during open and close are now debug messages, so that they don't clutter the console by default. Finally, printk() is replaced with the pr_xxx() equivalent. Signed-off-by: Timur Tabi Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed