mm/memblock.c: remove unnecessary log and clean up
authorMiles Chen <miles.chen@mediatek.com>
Wed, 22 Feb 2017 23:46:42 +0000 (15:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2017 00:41:30 +0000 (16:41 -0800)
commit5d63f81c9e495e1f38fa36208bdcbbe2d2e72960
tree6bb514a7bb727e877eb117bb68cb8506ff27e124
parent235190738aba7c5c94300c8d882842a535280e5a
mm/memblock.c: remove unnecessary log and clean up

There is no variable named flags in memblock_add() and
memblock_reserve() so remove it from the log messages.

This patch also cleans up the type casting for phys_addr_t by using %pa
to print them.

Link: http://lkml.kernel.org/r/1484720165-25403-1-git-send-email-miles.chen@mediatek.com
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memblock.c