Skip to content
Commit e365cab1 authored by Christos Gkekas's avatar Christos Gkekas Committed by Martin K. Petersen
Browse files

scsi: qedi: Remove comparison of u16 idx with zero.



Variable idx is defined as u16 thus statement (idx < 0) is always false
and should be removed.

Signed-off-by: default avatarChristos Gkekas <chris.gekas@gmail.com>
Acked-by: default avatarManish Rangankar <Manish.Rangankar@cavium.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent ba82d91b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment