commit | a5d92ad32dad94fd8f3f61778561d532bb3a2f77 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Mon Mar 17 10:57:00 2014 +0000 |
committer | Matt Fleming <matt.fleming@intel.com> | Thu Apr 17 13:53:43 2014 +0100 |
tree | 16c7c63f80dedd7996d0efb341aa34ba8b295993 | |
parent | e003bbee2a6a19a4c733335989284caf1b179e0d [diff] |
efivars: Stop passing a struct argument to efivar_validate() In preparation for compat support, we can't assume that user variable object is represented by a 'struct efi_variable'. Convert the validation functions to take the variable name as an argument, which is the only piece of the struct that was ever used anyway. Cc: Mike Waychison <mikew@google.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>