commit | 6e27a86aed9760780666b062abbcf5e1408e8376 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu May 07 21:31:11 2020 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon May 11 22:30:14 2020 -0400 |
tree | e29d8a506f1213f2313292dde60804e03ab01453 | |
parent | ec38c0adc0a149496b6b0e0bfcff9bc7d80db2c4 [diff] |
scsi: lpfc: Remove redundant initialization to variable rc The variable rc is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Link: https://lore.kernel.org/r/20200507203111.64709-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: ("Unused value")