From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbdBTEoX (ORCPT ); Sun, 19 Feb 2017 23:44:23 -0500 Received: from smtprelay0180.hostedemail.com ([216.40.44.180]:53084 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752030AbdBTEoW (ORCPT ); Sun, 19 Feb 2017 23:44:22 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2689:2828:3138:3139:3140:3141:3142:3351:3622:3865:3866:3867:3868:3870:3872:3873:4321:5007:9389:10004:10400:10848:11232:11658:11914:12048:12296:12740:12760:12895:13069:13311:13357:13439:14181:14659:14721:21080:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: sign55_748249f51e842 X-Filterd-Recvd-Size: 1636 Message-ID: <1487565799.2853.1.camel@perches.com> Subject: Re: [PATCH 06/35] powerpc: Convert remaining uses of pr_warning to pr_warn From: Joe Perches To: Michael Ellerman , Anatolij Gustschin , Scott Wood , Kumar Gala , Benjamin Herrenschmidt , Paul Mackerras , Geoff Levand Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Sun, 19 Feb 2017 20:43:19 -0800 In-Reply-To: <87wpclh3v0.fsf@concordia.ellerman.id.au> References: <37c7a30a9666c203b7fce26da1c489e8e33f241e.1487314667.git.joe@perches.com> <87wpclh3v0.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-02-20 at 15:40 +1100, Michael Ellerman wrote: > Joe Perches writes: > > > To enable eventual removal of pr_warning > > > > This makes pr_warn use consistent for arch/powerpc > > > > Prior to this patch, there were 36 uses of pr_warning and > > 217 uses of pr_warn in arch/powerpc > > > > Signed-off-by: Joe Perches > > Can I take this via the powerpc tree, or do you want to merge them as a > series? Well, I expect it'd be better if you merge it. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay.hostedemail.com (smtprelay0143.hostedemail.com [216.40.44.143]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vRWGk5lC9zDq8X for ; Mon, 20 Feb 2017 15:43:26 +1100 (AEDT) Message-ID: <1487565799.2853.1.camel@perches.com> Subject: Re: [PATCH 06/35] powerpc: Convert remaining uses of pr_warning to pr_warn From: Joe Perches To: Michael Ellerman , Anatolij Gustschin , Scott Wood , Kumar Gala , Benjamin Herrenschmidt , Paul Mackerras , Geoff Levand Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Sun, 19 Feb 2017 20:43:19 -0800 In-Reply-To: <87wpclh3v0.fsf@concordia.ellerman.id.au> References: <37c7a30a9666c203b7fce26da1c489e8e33f241e.1487314667.git.joe@perches.com> <87wpclh3v0.fsf@concordia.ellerman.id.au> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2017-02-20 at 15:40 +1100, Michael Ellerman wrote: > Joe Perches writes: > > > To enable eventual removal of pr_warning > > > > This makes pr_warn use consistent for arch/powerpc > > > > Prior to this patch, there were 36 uses of pr_warning and > > 217 uses of pr_warn in arch/powerpc > > > > Signed-off-by: Joe Perches > > Can I take this via the powerpc tree, or do you want to merge them as a > series? Well, I expect it'd be better if you merge it.