From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build warning after merge of the driver-core tree Date: Wed, 1 Sep 2010 20:29:11 -0700 Message-ID: <20100902032911.GA28546@kroah.com> References: <20100902131835.6a8f8c83.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:45663 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752861Ab0IBDcY (ORCPT ); Wed, 1 Sep 2010 23:32:24 -0400 Content-Disposition: inline In-Reply-To: <20100902131835.6a8f8c83.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Renninger , Jason Baron On Thu, Sep 02, 2010 at 01:18:35PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the driver-core tree, today's linux-next build (powerpc > ppc64_defconfig) produced this warning: > > kernel/params.c: In function 'parse_args': > kernel/params.c:200: warning: passing argument 2 of 'snprintf' makes integer from pointer without a cast > include/linux/kernel.h:203: note: expected 'size_t' but argument is of type 'char *' > > Caused by commit d1aa8e2ab38942b21d543611d4f829597d8791d4 ("Dynamic > Debug: Introduce global fake module param module.ddebug"). > > Some warnings should not be ignored ... and it does make me wonder how > much testing this has had ... Odd. Thomas and Jason, care to fix this up please? thanks, greg k-h