]> git.sur5r.net Git - u-boot/commit
mkimage: Correct file being closed twice in fit_extract_data()
authorSimon Glass <sjg@chromium.org>
Wed, 16 Mar 2016 13:45:33 +0000 (07:45 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 22 Mar 2016 16:16:18 +0000 (12:16 -0400)
commitf980ca3411bac50aa64be3c8fd4c436adfa7cb13
treeeedb9d3aa1c54cb06ddc88d86627adfdf4f0cb59
parent508b028a4c91afc76f95cecdbb5a9fc1142a29dd
mkimage: Correct file being closed twice in fit_extract_data()

The code flows through to the end of the function, so we don't need another
close() before this. Remove it.

Reported-by: Coverity (CID: 138503)
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/fit_image.c