diff options
| author | Dan Carpenter <[email protected]> | 2010-04-05 19:37:28 +0000 |
|---|---|---|
| committer | Eric Van Hensbergen <[email protected]> | 2010-04-05 19:37:28 +0000 |
| commit | 3dc9fef67f6292692dba181a6d0fd0211bd0a607 (patch) | |
| tree | 643e6ecbcf8ffe58bdbd19ce2acde43643eeaf2b /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 9p: return on mutex_lock_interruptible() (diff) | |
| download | kernel-3dc9fef67f6292692dba181a6d0fd0211bd0a607.tar.gz kernel-3dc9fef67f6292692dba181a6d0fd0211bd0a607.zip | |
9p: saving negative to unsigned char
Saving -EINVAL as unsigned char truncates the high bits and changes it
into 234 instead of -22. This breaks the test for "if (ret == -EINVAL)"
in parse_opts().
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Eric Van Hensbergen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
