All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] of/fdt: failed to mark hotplug range message
@ 2016-12-22  5:34 Heinrich Schuchardt
       [not found] ` <20161222053405.27190-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Heinrich Schuchardt @ 2016-12-22  5:34 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand; +Cc: devicetree, linux-kernel, Heinrich Schuchardt

If marking a hotplug range fails a message
"failed to mark hotplug range" is written.

The end address is base + size - 1.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/of/fdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index c9b5cac03b36..fd129b6e5396 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
@@ -1057,7 +1057,7 @@ int __init early_init_dt_scan_memory(unsigned long node, const char *uname,
 
 		if (early_init_dt_mark_hotplug_memory_arch(base, size))
 			pr_warn("failed to mark hotplug range 0x%llx - 0x%llx\n",
-				base, base + size);
+				base, base + size - 1);
 	}
 
 	return 0;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-12-22 22:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22  5:34 [PATCH 1/1] of/fdt: failed to mark hotplug range message Heinrich Schuchardt
     [not found] ` <20161222053405.27190-1-xypron.glpk-Mmb7MZpHnFY@public.gmane.org>
2016-12-22  5:52   ` Fwd: " Heinrich Schuchardt
2016-12-22  5:52     ` Heinrich Schuchardt
     [not found]     ` <5251e7ef-cadf-7833-9a7e-66ebf78e2e94-Mmb7MZpHnFY@public.gmane.org>
2016-12-22 21:31       ` Frank Rowand
2016-12-22 21:31         ` Frank Rowand
2016-12-22 21:49       ` Reza Arbab
2016-12-22 21:49         ` Reza Arbab
     [not found]         ` <20161222214917.7g6ldgkdvrlqsyq3-qNY8G7rN0TWMBe/gKFfDyNwqlRwYtuWJQQ4Iyu8u01E@public.gmane.org>
2016-12-22 22:58           ` Heinrich Schuchardt
2016-12-22 22:58             ` Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.