Searched hist:"2976 fbb6a7aff04076d13d2a37e4b8dbe0d6fd4c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/isci/ |
H A D | host.c | diff 2976fbb6a7aff04076d13d2a37e4b8dbe0d6fd4c Tue Feb 06 08:12:36 CST 2018 Colin Ian King <colin.king@canonical.com> scsi: isci: remove redundant initialization to 'bit'
Variable bit is initialized with a value that is never read and is being updated immediately after the initialization, hence the initialization is redundant and can be removed.
Cleans up clang warning: drivers/scsi/isci/host.c:2769:8: warning: Value stored to 'bit' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|