From: Russell King Date: Sun, 19 Oct 2014 21:42:42 +0000 (+0100) Subject: ARM: fix some printk formats X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~46^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178c3dfe853a18391b029e6b62e1eed22be1871e;p=pandora-kernel.git ARM: fix some printk formats GCC 4.9 complains if we take the difference of two pointers, and it's printed with "%d". Fix this by using the proper flag - "t" for ptrdiff_t. Signed-off-by: Russell King --- Reading git-diff-tree failed