[PATCH 08/10] of: Use %pa to print resource_size_t type
Sascha Hauer
s.hauer at pengutronix.de
Wed Nov 23 01:39:35 PST 2016
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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
More information about the barebox
mailing list