From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0169.hostedemail.com ([216.40.44.169]:44465 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754222AbdKGDTP (ORCPT ); Mon, 6 Nov 2017 22:19:15 -0500 Message-ID: <1510024752.2431.55.camel@perches.com> Subject: Re: [PATCH 3.16 153/294] dm: convert DM printk macros to pr_ macros From: Joe Perches To: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: akpm@linux-foundation.org, Mike Snitzer Date: Mon, 06 Nov 2017 19:19:12 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On Mon, 2017-11-06 at 23:03 +0000, Ben Hutchings wrote: > 3.16.50-rc1 review patch. If anyone has any objections, please let me know. Why include this? It's a simplification, not a bug fix. > ------------------ > > From: Joe Perches > > commit d2c3c8dcb5987b8352e82089c79a41b6e17e28d2 upstream. > > Using pr_ is the more common logging style. > > Standardize style and use new macro DM_FMT. > Use no_printk in DMDEBUG macros when CONFIG_DM_DEBUG is not #defined.