Re: [PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-05-31 Thread Tony Lindgren
* Tony Lindgren [110503 03:52]: > * Russell King - ARM Linux [110428 07:06]: > > > > This looks much better. > > > > Acked-by: Russell King > > > > It looks like Tony hasn't taken it... Tony, are you going to handle > > this patch? > > I can add it into my devel-cleanup branch for next merg

Re: [PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-05-03 Thread Tony Lindgren
* Russell King - ARM Linux [110428 07:06]: > > This looks much better. > > Acked-by: Russell King > > It looks like Tony hasn't taken it... Tony, are you going to handle > this patch? I can add it into my devel-cleanup branch for next merge window assuming it won't conflict with your sram ch

Re: [PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-04-28 Thread Russell King - ARM Linux
On Mon, Apr 04, 2011 at 03:17:25PM +0530, Santosh Shilimkar wrote: > From 4d8d4e5c99c1477a8cb04b525ff5a2d93bbdacfd Mon Sep 17 00:00:00 2001 > From: Santosh Shilimkar > Date: Mon, 4 Apr 2011 14:20:08 +0530 > Subject: [PATCH] OMAP: SRAM: Fix warning: format '%08lx' expects type > 'long unsigned in

Re: [PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-04-23 Thread Santosh Shilimkar
Tony, On 4/4/2011 3:17 PM, Santosh Shilimkar wrote: On 4/4/2011 2:42 PM, Russell King - ARM Linux wrote: [] Thanks for pointing out this. I see Will's commit on this one "29a38193" Here is the updated patch as you suggested. Are you considering this patch and another one [1] for the -rc

Re: [PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-04-04 Thread Santosh Shilimkar
On 4/4/2011 2:42 PM, Russell King - ARM Linux wrote: On Mon, Apr 04, 2011 at 02:34:56PM +0530, Santosh Shilimkar wrote: diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index a3f50b3..7857146 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c @@ -166,7 +166,

Re: [PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-04-04 Thread Russell King - ARM Linux
On Mon, Apr 04, 2011 at 02:34:56PM +0530, Santosh Shilimkar wrote: > diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c > index a3f50b3..7857146 100644 > --- a/arch/arm/plat-omap/sram.c > +++ b/arch/arm/plat-omap/sram.c > @@ -166,7 +166,7 @@ static void __init omap_detect_sram(void)

[PATCH] OMAP4: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

2011-04-04 Thread Santosh Shilimkar
Fix below build warning. CC arch/arm/plat-omap/sram.o arch/arm/plat-omap/sram.c: In function 'omap_map_sram': arch/arm/plat-omap/sram.c:224: warning: format '%08lx' expects type 'long unsigned int', but argument 2 has type 'unsigned int' While at this, convert SRAM pr