summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/testutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils.c b/tests/testutils.c
index 67b39b0..f185133 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -160,7 +160,7 @@ int nodename_eq(const char *s1, const char *s2)
void *load_blob(const char *filename)
{
char *blob;
- int ret = utilfdt_read_err(filename, &blob, NULL);
+ int ret = utilfdt_read_err(filename, &blob);
if (ret)
CONFIG("Couldn't open blob from \"%s\": %s", filename,