From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 7D716DDED6 for ; Mon, 19 May 2008 15:09:50 +1000 (EST) Date: Sun, 18 May 2008 22:09:44 -0700 (PDT) Message-Id: <20080518.220944.147901584.davem@davemloft.net> To: galak@kernel.crashing.org Subject: Re: [PATCH v2] lmb: Fix compile warning From: David Miller In-Reply-To: References: <1211136296-4572-2-git-send-email-galak@kernel.crashing.org> <20080518.203116.199516667.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kumar Gala Date: Sun, 18 May 2008 23:34:36 -0500 (CDT) > lib/lmb.c: In function 'lmb_dump_all': > lib/lmb.c:51: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'u64' > > Signed-off-by: Kumar Gala Acked-by: David S. Miller