]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image-fdt.c: store returned error value
authorMax Krummenacher <max.krummenacher@toradex.com>
Wed, 5 Aug 2015 15:17:03 +0000 (17:17 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:16 +0000 (10:23 +0200)
commita4ac2db3880bfaaebf1a8600a1a83c02b03492fc
treef90854fcef86dfd66fd82d0af16a36480c3c1fb1
parent38e1c7d73a7e6c32bb925beb1cf20b8de5e0e6e7
image-fdt.c: store returned error value

This fixes the following warning (and the runtime error reporting):
../common/image-fdt.c:491:4: warning: 'fdt_ret' may be used
uninitialized in this function [-Wmaybe-uninitialized]

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
common/image-fdt.c