commit | 70e5afd57d6d97d69bf5fd0187c2bb5a79990504 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Sat Mar 04 09:30:21 2017 -0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Mar 06 23:04:22 2017 -0500 |
tree | 45469ee0e7d35e63ec60312aa45152e1e52efd3c | |
parent | 33cc559a81397bc813c392617d40ddfdfa3cffbd [diff] |
scsi: lpfc: remove redundant assignment of sgel From: Colin Ian King <colin.king@canonical.com> In the NVMET_FCOP_RSP case, sgel is assigned but never used and hence is redundant and can be removed. Detected by CoverityScan, CID#1411658 ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>