commit | 07b1c5bc64cff9c880261a1fef562ef7ea7f6575 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@intel.com> | Tue Oct 23 12:35:43 2012 +0100 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Oct 30 10:39:27 2012 +0000 |
tree | c055ffdac6ab14f8920baba8976fa26cd242fc73 | |
parent | 91716322d834cba34f4a7ed5e4a39673eb90862b [diff] |
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 <jeremy.kerr@canonical.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>