commit | e365cab14fc8c15ad754039cde2f4e574453a61b | [log] [tgz] |
---|---|---|
author | Christos Gkekas <chris.gekas@gmail.com> | Sat Jun 24 17:24:45 2017 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Jun 26 15:01:05 2017 -0400 |
tree | 7dc392e8aecab7787b8ceb59168a1beedf6f480e | |
parent | ba82d91b7567774242534460910530289192d212 [diff] |
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: Christos Gkekas <chris.gekas@gmail.com> Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>