Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbbK3Usg (ORCPT ); Mon, 30 Nov 2015 15:48:36 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:38014 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751250AbbK3Use (ORCPT ); Mon, 30 Nov 2015 15:48:34 -0500 From: Rasmus Villemoes To: Sergei Shtylyov Cc: Greg Kroah-Hartman , Felipe Balbi , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] usb: musb: convert printk to pr_* Organization: D03 References: <1448620703-13101-1-git-send-email-linux@rasmusvillemoes.dk> <56584B45.8000601@cogentembedded.com> <20151128000432.GA22297@kroah.com> <5659803B.60807@cogentembedded.com> X-Hashcash: 1:20:151130:balbi@ti.com::0abXRqd/O0imGg2n:000000r4e X-Hashcash: 1:20:151130:linux-kernel@vger.kernel.org::ZUOora8rYhtzkBY8:0000000000000000000000000000000000v56 X-Hashcash: 1:20:151130:sergei.shtylyov@cogentembedded.com::RWn25iILw/WAEA0E:0000000000000000000000000004vB0 X-Hashcash: 1:20:151130:gregkh@linuxfoundation.org::ID3+bNx28PuYu8MI:000000000000000000000000000000000005ANF X-Hashcash: 1:20:151130:linux-usb@vger.kernel.org::tp+ZiS2VUmEwI3pY:000000000000000000000000000000000000CdMN Date: Mon, 30 Nov 2015 21:48:32 +0100 In-Reply-To: <5659803B.60807@cogentembedded.com> (Sergei Shtylyov's message of "Sat, 28 Nov 2015 13:21:47 +0300") Message-ID: <878u5fb4db.fsf@rasmusvillemoes.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1039 Lines: 27 On Sat, Nov 28 2015, Sergei Shtylyov wrote: > On 11/28/2015 3:04 AM, Greg Kroah-Hartman wrote: > >>>> This file already uses pr_debug in a few places; this converts the >>>> remaining printks. >>> >>> Are you aware that printk(KERN_DEBUG, ...) and pr_debug() are not equivalent? >> >> Yes, and that is a good thing, you should be using pr_debug() instead of >> printk(KERN_DEBUG...). >> >> Why object to something like this? > > I'm not objecting, just asking. There have been many cases in my > practice where a patch author wasn't aware of that... I was aware, but I can see how the commit message could indicate otherwise. I don't feel strongly for the conversion, so I could redo 2/3 and 3/3 (which should be uncontroversial cleanups). Rasmus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/