]> Git Repo - J-u-boot.git/commit - common/image-fdt.c
image-fdt.c: store returned error value
authorMax Krummenacher <[email protected]>
Wed, 5 Aug 2015 15:17:03 +0000 (17:17 +0200)
committerTom Rini <[email protected]>
Thu, 13 Aug 2015 11:19:37 +0000 (07:19 -0400)
commitd89212b796b8a59237f48b2149864bb89800c8a0
tree40c1f765ca6287b636fb0c8e4db87ebed1c0f26e
parentbd8ecfb88cad67a218b4aa65696e270f2fa177a5
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 <[email protected]>
Signed-off-by: Marcel Ziswiler <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Acked-by: Simon Glass <[email protected]>
common/image-fdt.c
This page took 0.032431 seconds and 4 git commands to generate.