lkml.org 
[lkml]   [2009]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: spi tree build warning
Hi Grant,

On Wed, 25 Nov 2009 07:30:19 -0700 Grant Likely <grant.likely@secretlab.ca> wrote:
>
> Trivial fix committed to next-spi branch:
>
> diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilinx_spi.c
> index b927812..9f38637 100644
> --- a/drivers/spi/xilinx_spi.c
> +++ b/drivers/spi/xilinx_spi.c
> @@ -408,8 +408,8 @@ struct spi_master *xilinx_spi_init(struct device *dev, struc
> goto free_irq;
> }
>
> - dev_info(dev, "at 0x%08X mapped to 0x%08X, irq=%d\n",
> - (u32)mem->start, (u32)xspi->regs, xspi->irq);
> + dev_info(dev, "at 0x%08llX mapped to 0x%p, irq=%d\n",
> + (unsigned long long)mem->start, xspi->regs, xspi->irq);
> return master;

Thanks.

--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2009-11-25 15:37    [W:0.047 / U:1.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site