From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d0vx9-0001R5-35 for linux-mtd@lists.infradead.org; Wed, 19 Apr 2017 20:11:52 +0000 Received: by mail-io0-x244.google.com with SMTP id d203so6964592iof.2 for ; Wed, 19 Apr 2017 13:11:30 -0700 (PDT) Date: Wed, 19 Apr 2017 13:11:27 -0700 From: Brian Norris To: Joe Perches Cc: Boris Brezillon , Richard Weinberger , David Woodhouse , Marek Vasut , Cyrille Pitchen , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 24/35] drivers/mtd: Convert remaining uses of pr_warning to pr_warn Message-ID: <20170419201127.GD20555@google.com> References: <10bf2a94655fb273ec96ec7b5e93bab8d0c8d17f.1487314667.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10bf2a94655fb273ec96ec7b5e93bab8d0c8d17f.1487314667.git.joe@perches.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Feb 16, 2017 at 11:11:37PM -0800, Joe Perches wrote: > To enable eventual removal of pr_warning > > This makes pr_warn use consistent for drivers/mtd > > Prior to this patch, there were 7 uses of pr_warning and > 31 uses of pr_warn in drivers/mtd > > Signed-off-by: Joe Perches Applied to l2-mtd.git