Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753424Ab0LTKbr (ORCPT ); Mon, 20 Dec 2010 05:31:47 -0500 Received: from mga11.intel.com ([192.55.52.93]:60123 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752403Ab0LTKbp (ORCPT ); Mon, 20 Dec 2010 05:31:45 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,201,1291622400"; d="scan'208";a="638260649" Date: Mon, 20 Dec 2010 11:31:43 +0100 From: Samuel Ortiz To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andres Salomon Subject: Re: linux-next: build warnings after merge of the mfd tree Message-ID: <20101220103142.GB11095@sortiz-mobl> References: <20101220152505.f9974119.sfr@canb.auug.org.au> <20101219202745.c733f7f8.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101219202745.c733f7f8.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1681 Lines: 36 On Sun, Dec 19, 2010 at 08:27:45PM -0800, Randy Dunlap wrote: > On Mon, 20 Dec 2010 15:25:05 +1100 Stephen Rothwell wrote: > > > Hi Samuel, > > > > After merging the mfd tree, today's linux-next build (x86_64 allmodconfig) > > produced these warnings: > > > > drivers/gpio/cs5535-gpio.c: In function 'cs5535_gpio_probe': > > drivers/gpio/cs5535-gpio.c:269: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'resource_size_t' > > drivers/gpio/cs5535-gpio.c:269: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'resource_size_t' > > drivers/misc/cs5535-mfgpt.c: In function 'cs5535_mfgpt_probe': > > drivers/misc/cs5535-mfgpt.c:320: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'resource_size_t' > > drivers/misc/cs5535-mfgpt.c:320: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'resource_size_t' > > > > Introduced by commits d8fefd6ff3a8444ab34f6eb6c7c1961f0ca0008a ("gpio: > > Convert cs5535 from pci device to platform device") and > > 6a85d28cfca9663c0db297a04ca43777dc5bcaa6 ("misc: Convert cs5535-mfgpt > > from pci device to platform device"). We have %pR for printing > > resources ... > > Yes, and Joe Perches has posted a patch for that. I never received that one. I found it on patchwork, and applied it now. Stephen, this is fixed. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- 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/