scsi: qedf: Remove redundant initialization of variable rc
authorColin Ian King <colin.king@canonical.com>
Wed, 27 May 2020 11:52:42 +0000 (12:52 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 3 Jun 2020 01:44:14 +0000 (21:44 -0400)
commit89523cb8a67cea2642deb19042a15fdd8c4138d4
treec5a7956c4458afaca6ef7f17137a04a91f55b905
parent61e6ba03ea26f0205e535862009ff6ffdbf4de0c
scsi: qedf: Remove redundant initialization of 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/20200527115242.172344-1-colin.king@canonical.com
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qedf/qedf_fip.c