From 8d7c0dd5c349f9bd57dad51c2492d3aaf2446a98 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 18 Jan 2008 20:05:00 +0200 Subject: ubi-utils: tweak pfi2ubi Make it not depend on pdd and pass flash-related parameters via command line instead. Make it look more like the other UBI utilities. It still needs some more work. Signed-off-by: Artem Bityutskiy --- ubi-utils/src/libubigen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubi-utils/src/libubigen.c') diff --git a/ubi-utils/src/libubigen.c b/ubi-utils/src/libubigen.c index 87c8c40..6aef291 100644 --- a/ubi-utils/src/libubigen.c +++ b/ubi-utils/src/libubigen.c @@ -421,7 +421,7 @@ ubigen_create(ubi_info_t* u, uint32_t vol_id, uint8_t vol_type, *u = res; return rc; - ubigen_create_err: +ubigen_create_err: if (res) { if (res->v) free(res->v); -- cgit v1.2.3