summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_ctl.c
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2020-07-06 21:33:56 +0900
committerMartin K. Petersen <martin.petersen@oracle.com>2020-07-08 01:04:46 -0400
commit2eab3eb043ad60184ec49dd2d387ce942a8f6d4d (patch)
tree91352f5a29eae611ac869bd537aa36575e4be202 /drivers/scsi/mpt3sas/mpt3sas_ctl.c
parent8df513da056dc1ebea9734a92dba1124acc1c1b9 (diff)
scsi: mpt3sas: Fix set but unused variable
In _config_request(), the variable issue_reset is set using the macro mpt3sas_check_cmd_timeout() but otherwise unused, causing a compiler warning when compiling with W=1. Avoid this warning by removing this variable, using the function mpt3sas_base_check_cmd_timeout() directly instead of the mpt3sas_check_cmd_timeout() macro. Link: https://lore.kernel.org/r/20200706123356.452135-1-damien.lemoal@wdc.com Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpt3sas_ctl.c')
0 files changed, 0 insertions, 0 deletions