From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933274AbbD1K4s (ORCPT ); Tue, 28 Apr 2015 06:56:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48103 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933012AbbD1K4o (ORCPT ); Tue, 28 Apr 2015 06:56:44 -0400 Date: Tue, 28 Apr 2015 12:56:40 +0200 From: Greg KH To: Joe Perches Cc: Chase Metzger , stern@rowland.harvard.edu, hdegoede@redhat.com, oneukum@suse.de, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers/usb/core: devio.c: Removed various errors and warnings generated by checkpatch.pl Message-ID: <20150428105640.GA22578@kroah.com> References: <1428738815-15373-1-git-send-email-chasemetzger15@gmail.com> <1428772838.5413.58.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428772838.5413.58.camel@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 11, 2015 at 10:20:38AM -0700, Joe Perches wrote: > On Sat, 2015-04-11 at 00:53 -0700, Chase Metzger wrote: > > Fixed several errors and warnings. > [] > > Lines 1040 and 1591: changed dev_printk(KERN_DEBUG, ...) to dev_dbg(...). > > These changes hav the possibly undesired effect of > removing these messages completely when DEBUG is not > #defined or when CONFIG_DYNAMIC_DEBUG is not enabled > and these messages are not specifically enabled. That's ok, we can live with that :) thanks, greg k-h