[PATCH 01/10] utilfdt_read_err: use xmalloc funcs

2013-04-15 Thread Mike Frysinger
We've got these handy helpers, so let's use them. Acked-by: David Gibson Signed-off-by: Mike Frysinger --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.c b/util.c index b081fa8..12f0614 100644 --- a/util.c +++ b/util.c @@ -212,12 +212,12 @@ int utilfdt_rea

[PATCH 01/10] utilfdt_read_err: use xmalloc funcs

2013-04-10 Thread Mike Frysinger
We've got these handy helpers, so let's use them. Acked-by: David Gibson Signed-off-by: Mike Frysinger --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.c b/util.c index b081fa8..12f0614 100644 --- a/util.c +++ b/util.c @@ -212,12 +212,12 @@ int utilfdt_rea