summaryrefslogtreecommitdiff
path: root/fdtget.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2013-04-22 15:41:41 -0500
committerJon Loeliger <jdl@jdl.com>2013-04-22 15:41:41 -0500
commit5543b88d5e3047b781552eb431bc2e3bdd9ade06 (patch)
tree5ed03ba3b351a32cf10935fef5659ce58fe31065 /fdtget.c
parent31be4ce7ca550a6fd9c4eb39abdd2f9f5ac8db44 (diff)
downloaddtc-5543b88d5e3047b781552eb431bc2e3bdd9ade06.tar.gz
Revert "utilfdt_read: pass back up the length of data read"
This reverts commit cc2c178727cdeca4eb9756637c2e09e50e0856e7. It was the wrong version of the patch.
Diffstat (limited to 'fdtget.c')
-rw-r--r--fdtget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdtget.c b/fdtget.c
index 374bee2..c2fbab2 100644
--- a/fdtget.c
+++ b/fdtget.c
@@ -254,7 +254,7 @@ static int do_fdtget(struct display_info *disp, const char *filename,
const char *prop;
int i, node;
- blob = utilfdt_read(filename, NULL);
+ blob = utilfdt_read(filename);
if (!blob)
return -1;