summaryrefslogtreecommitdiff
path: root/drivers/demo/demo-shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/demo/demo-shape.c')
-rw-r--r--drivers/demo/demo-shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/demo/demo-shape.c b/drivers/demo/demo-shape.c
index d908736..7e71f3b 100644
--- a/drivers/demo/demo-shape.c
+++ b/drivers/demo/demo-shape.c
@@ -151,7 +151,7 @@ static int shape_ofdata_to_platdata(struct udevice *dev)
return ret;
/* Parse the data that only we need */
- pdata->default_char = fdtdec_get_int(gd->fdt_blob, dev->of_offset,
+ pdata->default_char = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev),
"character", '@');
return 0;