From: Leif Lindholm Date: Fri, 4 Apr 2014 12:25:46 +0000 (+0100) Subject: efi: efi-stub-helper cleanup X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9403e462fb5ffa9eeaa9663cb23ded02b7e603a3;p=pandora-kernel.git efi: efi-stub-helper cleanup An #ifdef CONFIG_ARM clause in efi-stub-helper.c got included with some of the generic stub rework by Roy Franz. Drop it here to make subsequent patches less confusing. Also, In handle_cmdline_files(), fh is not initialized, and while the overall logic around this handling appears safe, gcc does not always pick this up. Initialize to NULL to remove the resulting warning. Signed-off-by: Leif Lindholm Signed-off-by: Matt Fleming --- Reading git-diff-tree failed