diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-10-26 07:18:53 -0400 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-10-30 06:39:28 -0400 |
commit | cfcf2f11708f934d2bd294f973c2fcb0cc54f293 (patch) | |
tree | f92e907f7e56bcf7617c9b56b9bd88450b61729a /drivers/firmware/pcdp.h | |
parent | aeeaa8d46aa38c9cc5fac23feb9b1f91bdbf5dd3 (diff) |
efivarfs: Fix return value of efivarfs_file_write()
We're stuffing a variable of type size_t (unsigned) into a ssize_t
(signed) which, even though both types should be the same number of
bits, it's just asking for sign issues to be introduced.
Cc: Jeremy Kerr <jeremy.kerr@canonical.com>
Reported-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'drivers/firmware/pcdp.h')
0 files changed, 0 insertions, 0 deletions