From: Jiri Slaby Date: Wed, 19 Jun 2013 07:53:03 +0000 (+0200) Subject: x86/boot: Close opened file descriptor X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062f487190c8126209391ccb720a4ec943fd4a57;p=pandora-kernel.git x86/boot: Close opened file descriptor During build we open a file, read that but do not close it. Fix that by sticking fclose() at the right place. Signed-off-by: Jiri Slaby Link: http://lkml.kernel.org/r/1371628383-11216-1-git-send-email-jslaby@suse.cz Signed-off-by: Ingo Molnar Cc: "H. Peter Anvin" Cc: x86@kernel.org --- Reading git-diff-tree failed