From: Santosh Shilimkar Date: Mon, 4 Apr 2011 08:50:08 +0000 (+0530) Subject: OMAP: SRAM: Fix warning: format '%08lx' expects type 'long unsigned int' X-Git-Tag: v3.0-rc3~51^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a510ba12448d3af26951376eae202bee8cdf65;p=pandora-kernel.git 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 Acked-by: Russell King Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed