commit | ce6ebdb87ef94b332fa0bfafd62830bf50e6e2c6 | [log] [tgz] |
---|---|---|
author | hujianyang <hujianyang@huawei.com> | Wed Jun 11 10:41:17 2014 +0800 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Jul 19 09:53:51 2014 +0300 |
tree | 7c36dd8b16715c5d77a7d4f590f38c6acccaf1ea | |
parent | 5a95741a574f69c8219d3164d1fbf1c855566afe [diff] |
UBIFS: Add missing break statements in dbg_chk_pnode() This is a minor fix. These two branches in 'dbg_chk_pnode()' are dealing with different conditions. Although there is no fault in current state, I think adding "break"s in each end of branch is better. Signed-off-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>