From: Matt Fleming Date: Sun, 16 Mar 2014 12:14:49 +0000 (+0000) Subject: efivars: Use local variables instead of a pointer dereference X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafc84d539c0ffa916037840df54428623abc3e6;p=pandora-kernel.git 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 Signed-off-by: Matt Fleming --- Reading git-diff-tree failed