scsi: qla4xxx: Remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jun 2021 07:37:43 +0000 (08:37 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 19 Jun 2021 03:01:03 +0000 (23:01 -0400)
commit2e72bf7ec71d62f758f64cdfb17bbb98d649dd2d
treea15f0522f1f0161fd65372e1c72f4f42b1959ea4
parent364fb4e512774038c720ab160535b0b30969bed8
scsi: qla4xxx: Remove redundant continue statement

The continue statement at the end of a for-loop has no effect, remove it.

Link: https://lore.kernel.org/r/20210617073743.151008-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Addresses-Coverity: ("Continue has no effect")
drivers/scsi/qla4xxx/ql4_os.c