be2iscsi: Fix bogus WARN_ON length check
authorTim Gardner <[email protected]>
Fri, 30 Oct 2015 18:22:58 +0000 (12:22 -0600)
committerMartin K. Petersen <[email protected]>
Thu, 12 Nov 2015 01:25:28 +0000 (20:25 -0500)
commitdd29dae00d39186890a5eaa2fe4ad8768bfd41a9
tree7224551fa19d6f38d90b288fc94bb7f68757f3dc
parenta4cf30e15ccea82a07fa5870e8af787b9ea1a672
be2iscsi: Fix bogus WARN_ON length check

drivers/scsi/be2iscsi/be_main.c: In function 'be_sgl_create_contiguous':
drivers/scsi/be2iscsi/be_main.c:3187:18: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  WARN_ON(!length > 0);

gcc version 5.2.1

Signed-off-by: Tim Gardner <[email protected]>
Cc: Jayamohan Kallickal <[email protected]>
Cc: Minh Tran <[email protected]>
Cc: John Soni Jose <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Reported-by: Joel Stanley <[email protected]>
Reviewed-by: Manoj Kumar <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/be2iscsi/be_main.c