commit | 584d902eb10e845cf3e1828b63b184b35ac2e023 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jul 23 15:26:14 2020 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Jul 24 22:09:56 2020 -0400 |
tree | 9210fce2263b6b58e20e4cbaa7514d721d57dde8 | |
parent | 61965bf6c142bae20bee2cea01b1796f1a18595a [diff] |
scsi: isci: Remove redundant initialization of variable 'status' The variable 'status' 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/20200723142614.991416-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")