x86: mkpiggy.c: Explicitly close the output file
authorGeyslan G. Bem <geyslan@gmail.com>
Mon, 7 Oct 2013 22:16:59 +0000 (19:16 -0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 8 Oct 2013 18:36:09 +0000 (11:36 -0700)
commit49449c30c4d1514486364d1e0dbea6938914b86f
tree9431aba62b67bcd0eb6319b4c37dfde2d348373d
parentd0e639c9e06d44e713170031fe05fb60ebe680af
x86: mkpiggy.c: Explicitly close the output file

Even though the resource is released when the application is closed or
when returned from main function, modify the code to make it obvious,
and to keep static analysis tools from complaining.

Signed-off-by: Geyslan G. Bem <geyslan@gmail.com>
Link: http://lkml.kernel.org/r/1381184219-10985-1-git-send-email-geyslan@gmail.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/boot/compressed/mkpiggy.c