linux/drivers/message/fusion
Colin Ian King 4774bc9dce scsi: mptsas: remove duplicated assignment to pointer head
The pointer head is re-assigned the same value twice, so remove the
second redundant assignment.

Cleans up clang warning:
drivers/message/fusion/mptsas.c:1161:20: warning: Value stored to 'head'
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>
2018-01-17 01:19:38 -05:00
..
lsi License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mptbase.c scsi: mptfusion: use strlcpy() instead of strncpy() 2018-01-08 21:53:56 -05:00
mptbase.h
mptctl.c scsi: mptfusion: Use snprintf() instead of open coded divisions 2018-01-17 01:12:20 -05:00
mptctl.h
mptdebug.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mptfc.c
mptlan.c
mptlan.h
mptsas.c scsi: mptsas: remove duplicated assignment to pointer head 2018-01-17 01:19:38 -05:00
mptsas.h
mptscsih.c
mptscsih.h
mptspi.c