diff options
author | Colin Ian King <[email protected]> | 2021-06-16 18:04:01 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-06-18 23:01:04 -0400 |
commit | 99cf922692021823bd2f87aa307fa6cb28e91ad1 (patch) | |
tree | 0f7746836a4aa8efb4ecc5d7a3009f57a63817b8 /scripts/gdb/linux/tasks.py | |
parent | ae3272ec5e9772de143b6326b2c3a61529786ddd (diff) |
scsi: elx: libefc: Fix less than zero comparison of a unsigned int
The comparison of the u32 variable rc to less than zero always false
because it is unsigned. Fix this by making it an int.
Link: https://lore.kernel.org/r/[email protected]
Fixes: 202bfdffae27 ("scsi: elx: libefc: FC node ELS and state handling")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Addresses-Coverity: ("Unsigned compared against 0")
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions