From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH -next] x86_32: fix printk formats Date: Fri, 13 Feb 2009 08:38:34 -0800 Message-ID: <4995A20A.2060802@oracle.com> References: <20090212194408.ff7489c1.sfr@canb.auug.org.au> <49946DB8.9030801@oracle.com> <20090213082556.GB4606@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from acsinet11.oracle.com ([141.146.126.233]:47406 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757675AbZBMQip (ORCPT ); Fri, 13 Feb 2009 11:38:45 -0500 In-Reply-To: <20090213082556.GB4606@elte.hu> Sender: linux-next-owner@vger.kernel.org List-ID: To: Ingo Molnar Cc: Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Andrew Morton , x86@kernel.org Ingo Molnar wrote: > * Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix printk format warnings and also change 2 %ld to %lu for unsigned long >> variables. >> >> arch/x86/mm/init_32.c:727: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'long unsigned int' >> arch/x86/mm/init_32.c:735: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'long unsigned int' >> >> Signed-off-by: Randy Dunlap >> --- >> arch/x86/mm/init_32.c | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) > > Already fixed in the x86 tree, but thanks. OK, but this still shows up in linux-next of 20090213. Did the fix just miss the today's pull or is there a git #branch issue or what? Thanks, -- ~Randy