diff options
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/src/ubiformat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ubi-utils/src/ubiformat.c b/ubi-utils/src/ubiformat.c index d0def44..3807102 100644 --- a/ubi-utils/src/ubiformat.c +++ b/ubi-utils/src/ubiformat.c @@ -522,8 +522,6 @@ static int flash_image(const struct mtd_dev_info *mtd, struct ubi_scan_info *si) err = mtd_write(mtd, args.node_fd, eb, 0, buf, new_len); if (err) { - if (!args.quiet) - printf("\n"); sys_errmsg("cannot write eraseblock %d", eb); if (errno != EIO) |