From: Matt Fleming Date: Mon, 22 Oct 2012 14:23:29 +0000 (+0100) Subject: efivarfs: Replace magic number with sizeof(attributes) X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~16^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d292384152fdd465dba792d555ce5db83e94efa0;p=pandora-kernel.git efivarfs: Replace magic number with sizeof(attributes) Seeing "+ 4" littered throughout the functions gets a bit confusing. Use "sizeof(attributes)" which clearly explains what quantity we're adding. Acked-by: Jeremy Kerr Signed-off-by: Matt Fleming --- Reading git-diff-tree failed