From: Matt Fleming Date: Wed, 15 Jan 2014 13:36:33 +0000 (+0000) Subject: efi: Set feature flags inside feature init functions X-Git-Tag: v3.15-rc1~173^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8093a92da77afe24fd258a5a1037bb2b97a870;p=pandora-kernel.git efi: Set feature flags inside feature init functions It makes more sense to set the feature flag in the success path of the detection function than it does to rely on the caller doing it. Apart from it being more logical to group the code and data together, it sets a much better example for new EFI architectures. Signed-off-by: Matt Fleming --- Reading git-diff-tree failed