From patchwork Fri Feb 17 07:11:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joe Perches X-Patchwork-Id: 9578941 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0A9616049F for ; Fri, 17 Feb 2017 07:14:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F2F20286A2 for ; Fri, 17 Feb 2017 07:14:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E663B286A7; Fri, 17 Feb 2017 07:14:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 84FD8286A2 for ; Fri, 17 Feb 2017 07:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=AdABVWuJDqaTyVvJ6BceGe2Z17FZ6pLF2DY7KNZfJ9E=; b=uhF8HSUGUhvOQHDz6EkK5masJL m+LLsNiLKy9wJrl1jqJ4eHmggLigZpfUE/iyGUkN81L8SrY+IGg0wdErGbry2T69Lm1BVZqDvscCI ypOvD4nZ8hccIJxEAekO4tUE7rhUCCjYmhujPeCRT6Q8ffVIvw1AFaB+Iq5NhP4HPtTpZOGm6FDXS RfR7rhmtLqmtexQECd5wo3xsocTGc6s70/mWbzJd5TYNMJi+Sj2FooaoSkz48b1K+DdxztGhFRWHr 9ch5KBrjLYifKv5MkyqWVxY9r5y3fMTJbIMUpq83Z4Tu8o8DO2W1CTrz5Rpz2fHICoLjG3NKtNL+T Hl2pHWMQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ceck5-00054V-Pa; Fri, 17 Feb 2017 07:14:09 +0000 Received: from smtprelay0099.hostedemail.com ([216.40.44.99] helo=smtprelay.hostedemail.com) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cecih-0003PK-G6 for linux-arm-kernel@lists.infradead.org; Fri, 17 Feb 2017 07:12:45 +0000 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id 3793C268E14; Fri, 17 Feb 2017 07:12:16 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: cast95_4dd912083f62f X-Filterd-Recvd-Size: 1937 Received: from joe-laptop.perches.com (unknown [47.151.132.55]) (Authenticated sender: joe@perches.com) by omf01.hostedemail.com (Postfix) with ESMTPA; Fri, 17 Feb 2017 07:12:14 +0000 (UTC) From: Joe Perches To: Hartley Sweeten , Ryan Mallon Subject: [PATCH 02/35] ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn Date: Thu, 16 Feb 2017 23:11:15 -0800 Message-Id: X-Mailer: git-send-email 2.10.0.rc2.1.g053435c In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170216_231243_678835_5B7CA67E X-CRM114-Status: UNSURE ( 8.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP To enable eventual removal of pr_warning. This makes pr_warn use consistent for arch/arm Prior to this patch, there were 2 uses of pr_warning and 405 uses of pr_warn in arch/arm Signed-off-by: Joe Perches Acked-by: H Hartley Sweeten --- arch/arm/mach-ep93xx/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index c393b1b0310d..d6e907b6cc31 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c @@ -346,9 +346,9 @@ void __init ep93xx_register_i2c(struct i2c_gpio_platform_data *data, * CMOS driver. */ if (data->sda_is_open_drain && data->sda_pin != EP93XX_GPIO_LINE_EEDAT) - pr_warning("sda != EEDAT, open drain has no effect\n"); + pr_warn("sda != EEDAT, open drain has no effect\n"); if (data->scl_is_open_drain && data->scl_pin != EP93XX_GPIO_LINE_EECLK) - pr_warning("scl != EECLK, open drain has no effect\n"); + pr_warn("scl != EECLK, open drain has no effect\n"); __raw_writel((data->sda_is_open_drain << 1) | (data->scl_is_open_drain << 0),