From: Matt Fleming Date: Tue, 23 Oct 2012 11:35:43 +0000 (+0100) Subject: efivarfs: Make 'datasize' unsigned long X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b1c5bc64cff9c880261a1fef562ef7ea7f6575;p=pandora-kernel.git efivarfs: Make 'datasize' unsigned long There's no reason to declare 'datasize' as an int, since the majority of the functions it's passed to expect an unsigned long anyway. Plus, this way we avoid any sign problems during arithmetic. Acked-by: Jeremy Kerr Signed-off-by: Matt Fleming --- Reading git-diff-tree failed