From: Matt Fleming Date: Fri, 11 Jan 2013 13:30:46 +0000 (+0000) Subject: efivarfs: Use sizeof() instead of magic number X-Git-Tag: v3.9-rc1~47^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a193fb7393a50625abd9ca21f8afea275a9f87;p=pandora-kernel.git efivarfs: Use sizeof() instead of magic number Instead of adding a magic 4 to the variable size, use sizeof() to make it explicitly clear what the quantity represents (the variable's attributes). CC: Jeremy Kerr Cc: Chun-Yi Lee Cc: Andy Whitcroft Reported-by: Lingzhu Xiang Signed-off-by: Matt Fleming --- Reading git-diff-tree failed