]> git.baikalelectronics.ru Git - kernel.git/commit
be2iscsi: Fix bogus WARN_ON length check
authorTim Gardner <tim.gardner@canonical.com>
Fri, 30 Oct 2015 18:22:58 +0000 (12:22 -0600)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 12 Nov 2015 01:25:28 +0000 (20:25 -0500)
commit9c567ffdd9f3eea34b0e74bc682c4a61df449841
tree7224551fa19d6f38d90b288fc94bb7f68757f3dc
parent7913e8b2f817bed21106cf456b4803b7e499d88b
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 <tim.gardner@canonical.com>
Cc: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
Cc: Minh Tran <minh.tran@avagotech.com>
Cc: John Soni Jose <sony.john-n@avagotech.com>
Cc: "James E.J. Bottomley" <JBottomley@odin.com>
Reported-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Manoj Kumar <manoj@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/be2iscsi/be_main.c