efivarfs: Make 'datasize' unsigned long
authorMatt Fleming <matt.fleming@intel.com>
Tue, 23 Oct 2012 11:35:43 +0000 (12:35 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 30 Oct 2012 10:39:27 +0000 (10:39 +0000)
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 <jeremy.kerr@canonical.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>

No differences found