mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-20 10:11:54 +01:00
It does not make sense first to dereference c and then to check if it is NULL. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>