Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942065AbcJYQqh (ORCPT ); Tue, 25 Oct 2016 12:46:37 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:54339 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020AbcJYQqc (ORCPT ); Tue, 25 Oct 2016 12:46:32 -0400 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 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 433 Lines: 13 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