Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/of/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 3f848a4..c9157cd 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -271,7 +271,7 @@ static struct device_d *of_amba_device_create(struct device_node *np) /* Allow the HW Peripheral ID to be overridden */ of_property_read_u32(np, "arm,primecell-periphid", &dev->periphid); - debug("register device 0x%08x\n", dev->dev.resource[0].start); + debug("register device %pa\n", &dev->dev.resource[0].start); ret = amba_device_add(dev); if (ret) -- 2.10.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox