From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH -next] sound/soc: fix printk format warning Date: Tue, 28 Sep 2010 10:33:04 -0700 Message-ID: <20100928173303.GD10739@opensource.wolfsonmicro.com> References: <20100928141823.8c61000e.sfr@canb.auug.org.au> <20100928095846.9d4c7641.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]:41466 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751010Ab0I1Rcq (ORCPT ); Tue, 28 Sep 2010 13:32:46 -0400 Content-Disposition: inline In-Reply-To: <20100928095846.9d4c7641.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Liam Girdwood On Tue, Sep 28, 2010 at 09:58:46AM -0700, Randy Dunlap wrote: > From: Randy Dunlap > Fix dev_printk format warning: > sound/soc/codecs/wm8985.c:731: warning: format '%d' expects type 'int', but argument 4 has type 'size_t' > Signed-off-by: Randy Dunlap Takashi already fixed that (and the change already seems to be in -next...). When reporting type based warnings please always report the architecture you're building for, GCC seems to only generate the warnings if there's a difference in the underlying typedef which means that they don't always trigger on every architecture.