mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-21 20:41:23 +02: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>