]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: fix some printk formats
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 19 Oct 2014 21:42:42 +0000 (22:42 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Oct 2014 15:47:48 +0000 (16:47 +0100)
commit1577e33598993fca9571062ea8f0107262e6d361
tree9538072e54c1b16d8169e11b2d0890af8523a99c
parent7a7079a8b259027a263fd0d939ceeed31ae501c2
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 <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/init.c