From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH 15/21] kernel/power/: use pr_ and add pr_fmt(fmt) Date: Mon, 5 Oct 2009 21:43:37 +0200 Message-ID: <200910052143.37985.rjw@sisk.pl> References: <17906d40d7b002380e893d49639ba3f1e7bdb3a0.1254701151.git.joe@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <17906d40d7b002380e893d49639ba3f1e7bdb3a0.1254701151.git.joe@perches.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Joe Perches Cc: Len Brown , linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org List-Id: linux-pm@vger.kernel.org On Monday 05 October 2009, Joe Perches wrote: > Added #define pr_fmt(fmt) "PM: " fmt > Converted printk(KERN_ to pr_( > Removed "PM: " prefix > Added pr_fmt() to __initdata strings Well, can you please tell me what actually is wrong with the current code? Rafael > Signed-off-by: Joe Perches > ---