From: Laurent Pinchart Date: Fri, 24 Oct 2014 10:18:42 +0000 (+0300) Subject: mm: cma: Use %pa to print physical addresses X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~163^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56fa4f609badbe442093409c3d3a051811e54f72;p=pandora-kernel.git mm: cma: Use %pa to print physical addresses Casting physical addresses to unsigned long and using %lu truncates the values on systems where physical addresses are larger than 32 bits. Use %pa and get rid of the cast instead. Signed-off-by: Laurent Pinchart Acked-by: Michal Nazarewicz Acked-by: Geert Uytterhoeven Signed-off-by: Marek Szyprowski --- Reading git-diff-tree failed