memtest: cleanup log messages
authorVladimir Murzin <vladimir.murzin@arm.com>
Tue, 8 Sep 2015 22:00:19 +0000 (15:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commitf373bafcad68834761b40da9cecda842f43d4797
treed92cc9c7133b43a3c89a64b41cb10efe3cdba06a
parent06f805965fc205e27681eee99fd2376fafd8da65
memtest: cleanup log messages

- prefer pr_info(...  to printk(KERN_INFO ...
- use %pa for phys_addr_t
- use cpu_to_be64 while printing pattern in reserve_bad_mem()

Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Cc: Leon Romanovsky <leon@leon.nu>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memtest.c
This page took 0.026933 seconds and 5 git commands to generate.