UBIFS: remove useless statements

This patch removes useless and duplicate statements.

Signed-off-by: hujianyang <hujianyang@huawei.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
hujianyang
2014-06-11 10:42:52 +08:00
committed by Artem Bityutskiy
parent ce6ebdb87e
commit b793a8c888
7 changed files with 2 additions and 10 deletions

View File

@@ -389,7 +389,6 @@ static int layout_in_gaps(struct ubifs_info *c, int cnt)
ubifs_dump_lprops(c);
}
/* Try to commit anyway */
err = 0;
break;
}
p++;