]> git.baikalelectronics.ru Git - kernel.git/commit
efivars: Use local variables instead of a pointer dereference
authorMatt Fleming <matt.fleming@intel.com>
Sun, 16 Mar 2014 12:14:49 +0000 (12:14 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 17 Apr 2014 12:53:28 +0000 (13:53 +0100)
commitf75fded2a09c37d3a7ff7e72cb87c478909d07ae
tree906244e36c50e316662ab28f25386ae60a209786
parentb2ece717481a37a7b466460c879468bc676e99a6
efivars: Use local variables instead of a pointer dereference

In order to support a compat interface we need to stop passing pointers
to structures around, since the type of structure is going to depend on
whether the current task is a compat task.

Cc: Mike Waychison <mikew@google.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
drivers/firmware/efi/efivars.c