diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-15 23:20:00 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-27 13:21:21 +0900 |
commit | 67973fb4f73411e08f0de39fed0ca21f97de73eb (patch) | |
tree | 84b637d3ab31242bb06b7bb0ff57bac2b26ab3a3 /lib/stdlib/printf.c | |
parent | 40866aaf1c60b31d46b1b969598e3403a4d8a6c1 (diff) |
fiptool: remove always true conditional
The conditional
if (desc != NULL)
...
is always true here because we assert it 6 lines above:
assert(desc != NULL);
Remove the if-conditional and concatenate the printf() calls.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'lib/stdlib/printf.c')
0 files changed, 0 insertions, 0 deletions