summaryrefslogtreecommitdiff
path: root/ubi-utils/src/libubigen.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 20:05:00 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 20:05:00 +0200
commit8d7c0dd5c349f9bd57dad51c2492d3aaf2446a98 (patch)
tree170d3556a8dc5d255d216bdcdb69152346f32ad0 /ubi-utils/src/libubigen.c
parent686422a72b06bc45ae2ab3c6c40e77826c8affe9 (diff)
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 <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/libubigen.c')
-rw-r--r--ubi-utils/src/libubigen.c2
1 files changed, 1 insertions, 1 deletions
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);