diff options
author | Amit Shah <amit.shah@redhat.com> | 2011-07-20 13:14:12 +0530 |
---|---|---|
committer | Amit Shah <amit.shah@redhat.com> | 2011-07-26 11:21:13 +0530 |
commit | f1ee0a0ebda763f39f8b8aa289fd771133c9971b (patch) | |
tree | 1eeae82b19bd7b10883244240fb2110ea4c2f4c6 /libfdt_env.h | |
parent | 3583bc031e56ae4ea90ca518dfe5322d36d44780 (diff) |
balloon: Simplify code flow
Replace:
if (foo) {
...
} else {
return 0;
}
by
if (!foo) {
return 0;
}
...
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'libfdt_env.h')
0 files changed, 0 insertions, 0 deletions