diff options
author | 2018-02-06 14:12:36 +0000 | |
---|---|---|
committer | 2018-02-13 21:37:06 -0500 | |
commit | 2976fbb6a7aff04076d13d2a37e4b8dbe0d6fd4c (patch) | |
tree | 03d7d00e3b64da08191a50590eb6daf95d94e85b /drivers/scsi/pmcraid.h | |
parent | scsi: sym53c416: avoid section mismatch with LTO (diff) | |
download | wireguard-linux-2976fbb6a7aff04076d13d2a37e4b8dbe0d6fd4c.tar.xz wireguard-linux-2976fbb6a7aff04076d13d2a37e4b8dbe0d6fd4c.zip |
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>
Diffstat (limited to 'drivers/scsi/pmcraid.h')
0 files changed, 0 insertions, 0 deletions