From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v3] sata_fsl: Fix compile warnings Date: Fri, 15 May 2009 14:16:40 -0400 Message-ID: <4A0DB188.9000708@garzik.org> References: <1242270650-27945-1-git-send-email-galak@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:39751 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757631AbZEOSQo (ORCPT ); Fri, 15 May 2009 14:16:44 -0400 In-Reply-To: <1242270650-27945-1-git-send-email-galak@kernel.crashing.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Kumar Gala Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org Kumar Gala wrote: > We we build with dma_addr_t as a 64-bit quantity we get: > > drivers/ata/sata_fsl.c: In function 'sata_fsl_fill_sg': > drivers/ata/sata_fsl.c:340: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'dma_addr_t' > > Signed-off-by: Kumar Gala > --- > * v2: fixed extra 'x' > * v3: fixed whitespace issue > > drivers/ata/sata_fsl.c | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) applied