From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
The comparison of the u32 variable rc to less than zero always
false because it is unsigned. Fix this by making it an int.
Addresses-Coverity: ("Unsigned compared against 0")
Fixes: 202bfdffae27 ("scsi: elx: libefc: FC node ELS and state handling")
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
drivers/scsi/elx/libefc/efc_device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)