Masahiro Yamada
authored
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>
Name | Last commit | Last update |
---|---|---|
.. | ||
cert_create | Fix `cert_create` tool for Segmentation fault | |
fiptool | fiptool: remove always true conditional |