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.