Home
last modified time | relevance | path

Searched hist:"3 a5b9fa2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c3a5b9fa2 Fri Dec 04 13:18:10 CST 2020 Colin Ian King <colin.king@canonical.com> scsi: qla4xxx: Remove redundant assignment to variable rval

The variable rval 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/20201204191810.1150995-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")