From: Zhen Lei Date: Thu, 1 Sep 2016 06:54:52 +0000 (+0800) Subject: of/numa: remove a duplicated pr_debug information X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=16a82f06c40301045e4c05297ea93b85595dbbc4;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git of/numa: remove a duplicated pr_debug information This information will be printed in the subfunction numa_add_memblk. They are not the same, but very similar. Signed-off-by: Zhen Lei Acked-by: Rob Herring Signed-off-by: Will Deacon --- diff --git a/drivers/of/of_numa.c b/drivers/of/of_numa.c index ed5a097f0801..fb71b4ef1eeb 100644 --- a/drivers/of/of_numa.c +++ b/drivers/of/of_numa.c @@ -88,10 +88,6 @@ static int __init of_numa_parse_memory_nodes(void) break; } - pr_debug("NUMA: base = %llx len = %llx, node = %u\n", - rsrc.start, rsrc.end - rsrc.start + 1, nid); - - r = numa_add_memblk(nid, rsrc.start, rsrc.end + 1); if (r) break;