diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-02-07 11:51:29 +0000 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-02-07 17:22:28 -0500 |
commit | 76291469772fb932523c2e0003848934cd29e7cb (patch) | |
tree | c3011e6ff5a164f1b9943597144920caa057a6ff /tools/perf/scripts/python/check-perf-trace.py | |
parent | a76037ff3479ad333a2505061915f7a21e7f3fb6 (diff) |
scsi: aacraid: rcode is unsigned and should be signed int
aac_fib_send can return -ve error returns and hence rcode should be
signed. Currently the rcode >= 0 check is always true and -ve errors are
not being checked.
Thanks to Dan Carpenter for spotting my original broken fix to this
issue.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions