From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by ozlabs.org (Postfix) with ESMTP id 975F4B6FDE for ; Wed, 16 Mar 2011 05:19:09 +1100 (EST) Date: Tue, 15 Mar 2011 19:19:04 +0100 From: Wim Van Sebroeck To: Kumar Gala Subject: Re: [PATCH] [v2] watchdog: booke_wdt: clean up status messages Message-ID: <20110315181904.GM1751@infomag.iguana.be> References: <1297208386-15010-1-git-send-email-timur@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: wim@iguana.be, linux-watchdog@vger.kernel.org, Timur Tabi , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Kumar, I allready had it in the watchdog tree for a couple of weeks (and thus also in linux-next). Are you going to sent it of to Linus or will I sent it over via the watchdog tree? Thanks in advance, Wim. > > On Feb 8, 2011, at 5:39 PM, Timur Tabi wrote: > > > 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 > > --- > > drivers/watchdog/booke_wdt.c | 19 +++++++++---------- > > 1 files changed, 9 insertions(+), 10 deletions(-) > > applied > > - k