diff options
author | Matt Fleming <[email protected]> | 2012-10-26 12:18:53 +0100 |
---|---|---|
committer | Matt Fleming <[email protected]> | 2012-10-30 10:39:28 +0000 |
commit | cfcf2f11708f934d2bd294f973c2fcb0cc54f293 (patch) | |
tree | f92e907f7e56bcf7617c9b56b9bd88450b61729a /tools/perf/util/trace-event-scripting.c | |
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 <[email protected]>
Reported-by: Alan Cox <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions