From patchwork Fri Dec 7 15:09:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Holger Brunck X-Patchwork-Id: 204523 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 3482A2C0422 for ; Sat, 8 Dec 2012 02:21:03 +1100 (EST) Received: by ozlabs.org (Postfix) id D46C42C014C; Sat, 8 Dec 2012 02:20:37 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from mail-de.keymile.com (mail-de.keymile.com [195.8.104.1]) by ozlabs.org (Postfix) with SMTP id 2862A2C0134 for ; Sat, 8 Dec 2012 02:20:36 +1100 (EST) Received: from mailrelay.de.keymile.net ([10.9.1.54]) by eSafe SMTP Relay 1354890801; Fri, 07 Dec 2012 16:09:33 +0100 Received: from pc005093.de.keymile.net.de.keymile.net (pc005093.de.keymile.net.de.keymile.net [172.30.2.67]) by mailrelay.de.keymile.net (8.12.2/8.12.2) with ESMTP id qB7F853C021547; Fri, 7 Dec 2012 16:08:05 +0100 (MET) From: Holger Brunck To: linuxppc-dev@ozlabs.org Subject: [PATCH 1/5] powerpc/82xx: fix checkpatch warnings for km82xx.c Date: Fri, 7 Dec 2012 16:09:12 +0100 Message-Id: <1354892956-14623-1-git-send-email-holger.brunck@keymile.com> X-Mailer: git-send-email 1.7.1 X-ESAFE-STATUS: [srvhellgate.de.keymile.net] Mail allowed Cc: Holger Brunck X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/82xx/km82xx.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/platforms/82xx/km82xx.c b/arch/powerpc/platforms/82xx/km82xx.c index cf964e1..058cc18 100644 --- a/arch/powerpc/platforms/82xx/km82xx.c +++ b/arch/powerpc/platforms/82xx/km82xx.c @@ -18,11 +18,11 @@ #include #include -#include +#include #include #include #include -#include +#include #include #include @@ -36,7 +36,7 @@ static void __init km82xx_pic_init(void) struct device_node *np = of_find_compatible_node(NULL, NULL, "fsl,pq2-pic"); if (!np) { - printk(KERN_ERR "PIC init: can not find cpm-pic node\n"); + pr_err("PIC init: can not find cpm-pic node\n"); return; }