summaryrefslogtreecommitdiff
path: root/lib/stdlib/printf.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-15 23:20:00 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-27 13:21:21 +0900
commit67973fb4f73411e08f0de39fed0ca21f97de73eb (patch)
tree84b637d3ab31242bb06b7bb0ff57bac2b26ab3a3 /lib/stdlib/printf.c
parent40866aaf1c60b31d46b1b969598e3403a4d8a6c1 (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