OMAP: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'
commit26a510ba12448d3af26951376eae202bee8cdf65
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 4 Apr 2011 08:50:08 +0000 (4 14:20 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 31 May 2011 13:17:02 +0000 (31 06:17 -0700)
tree13a344cc93dde21a456c51b3c6ce6218d37e103f
parent026fe79d75c3a7a257ca72250f46b472835784c9
OMAP: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int'

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 printk(* "") to pr_*("").

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/sram.c