commit | 0088c039a6e3ff95dc924da5b123f576259f6b11 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Wed Jan 15 13:36:33 2014 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Mar 20 18:34:28 2015 +0000 |
tree | 52247c63eaedb7a2a930c8996e31f74c5ed7e465 | |
parent | fe23789ddbdb7e8c8a3da4a5ff40f1a1940146a5 [diff] |
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 <matt.fleming@intel.com> (cherry picked from commit 0f8093a92da77afe24fd258a5a1037bb2b97a870) Signed-off-by: Mark Brown <broonie@kernel.org>