diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-02-07 14:51:29 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-02-08 01:22:28 +0300 |
commit | 76291469772fb932523c2e0003848934cd29e7cb (patch) | |
tree | c3011e6ff5a164f1b9943597144920caa057a6ff /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | a76037ff3479ad333a2505061915f7a21e7f3fb6 (diff) | |
download | linux-76291469772fb932523c2e0003848934cd29e7cb.tar.xz |
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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions