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>
1 parent 40866aa commit 67973fb4f73411e08f0de39fed0ca21f97de73eb
@Masahiro Yamada Masahiro Yamada authored on 15 Jan 2017
Showing 1 changed file
View
tools/fiptool/fiptool.c