From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2001:1868:205::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3t3Jvb66WbzDvjr for ; Wed, 26 Oct 2016 03:46:35 +1100 (AEDT) Subject: Re: [PATCH] powerpc: Use pr_warn instead of pr_warning To: Joe Perches , Anatolij Gustschin , Scott Wood , Kumar Gala , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman References: Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org From: Geoff Levand Message-ID: Date: Tue, 25 Oct 2016 09:46:30 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/24/2016 09:00 PM, Joe Perches wrote: > At some point, pr_warning will be removed so all logging messages use > a consistent _warn style. > > Update arch/powerpc/ > arch/powerpc/platforms/ps3/device-init.c | 12 +++++------- > arch/powerpc/platforms/ps3/mm.c | 4 ++-- > arch/powerpc/platforms/ps3/os-area.c | 2 +- PS3 parts look OK. Acked-by: Geoff Levand