of/numa: remove a duplicated pr_debug information
authorZhen Lei <thunder.leizhen@huawei.com>
Thu, 1 Sep 2016 06:54:52 +0000 (14:54 +0800)
committerWill Deacon <will.deacon@arm.com>
Fri, 9 Sep 2016 13:59:08 +0000 (14:59 +0100)
This information will be printed in the subfunction numa_add_memblk.
They are not the same, but very similar.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/of/of_numa.c

index ed5a097f08014a376514098fe4112f46aa5d3614..fb71b4ef1eeb11b493cbb142dea3e9ac94b6e474 100644 (file)
@@ -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;