Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933164Ab2KEPZY (ORCPT ); Mon, 5 Nov 2012 10:25:24 -0500 Received: from perches-mx.perches.com ([206.117.179.246]:38301 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933055Ab2KEPZV (ORCPT ); Mon, 5 Nov 2012 10:25:21 -0500 Message-ID: <1352129116.16194.10.camel@joe-AO722> Subject: Re: [PATCH] staging/media: Use dev_ printks in go7007/s2250-loader.c From: Joe Perches To: Greg Kroah-Hartman Cc: YAMANE Toshiaki , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 05 Nov 2012 07:25:16 -0800 In-Reply-To: <20121105152231.GA4807@kroah.com> References: <1352115282-8081-1-git-send-email-yamanetoshi@gmail.com> <20121105131108.GC27238@kroah.com> <1352128271.16194.8.camel@joe-AO722> <20121105152231.GA4807@kroah.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.6.0-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1873 Lines: 47 On Mon, 2012-11-05 at 16:22 +0100, Greg Kroah-Hartman wrote: > On Mon, Nov 05, 2012 at 07:11:11AM -0800, Joe Perches wrote: > > On Mon, 2012-11-05 at 14:11 +0100, Greg Kroah-Hartman wrote: > > > On Mon, Nov 05, 2012 at 08:34:42PM +0900, YAMANE Toshiaki wrote: > > > > fixed below checkpatch warnings. > > > > - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... > > > > - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... > > > > > > > > Signed-off-by: YAMANE Toshiaki > > > > --- > > > > drivers/staging/media/go7007/s2250-loader.c | 35 ++++++++++++++------------- > > > > 1 file changed, 18 insertions(+), 17 deletions(-) > > > > > > Please note that I don't touch the drivers/staging/media/* files, so > > > copying me on these patches doesn't do anything :) > > > > Maybe: > > > > MAINTAINERS | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index b062349..542a541 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6906,6 +6906,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > > L: devel@driverdev.osuosl.org > > S: Supported > > F: drivers/staging/ > > +X: drivers/staging/media/ > > Sure, that would be good, care to resend it with a signed-off-by: so I > can apply it? It was just a nudge. You're the nominal staging maintainer, if you choose not to work on a specific directory under staging, I think you can mark it in MAINTAINERS just as easily yourself. cheers, Joe -- 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/