commit | f463bd9d686b495ca072ed17ed6278cddbc90b05 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:45:33 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 22 12:16:18 2016 -0400 |
tree | eedb9d3aa1c54cb06ddc88d86627adfdf4f0cb59 | |
parent | 267a2ce5d4c2104d182114ac084d37e1da0243e5 [diff] |
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>