From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH -next] regulator: fix 88pm8607.c printk format warning Date: Wed, 18 May 2011 12:43:12 -0700 Message-ID: <20110518194311.GB5077@opensource.wolfsonmicro.com> References: <20110518145412.f6cba4ef.sfr@canb.auug.org.au> <20110518100722.76bd6fb6.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:57824 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752659Ab1ERTnR (ORCPT ); Wed, 18 May 2011 15:43:17 -0400 Content-Disposition: inline In-Reply-To: <20110518100722.76bd6fb6.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , Haojian Zhuang , linux-next@vger.kernel.org, LKML , Liam Girdwood On Wed, May 18, 2011 at 10:07:22AM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix printk format warning (seen on x86_64) and change to unsigned > output format: > > drivers/regulator/88pm8607.c:417: warning: format '%d' expects type 'int', but argument 3 has type 'resource_size_t' Acked-by: Mark Brown