diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-04-23 17:41:38 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-04-29 15:34:10 +0300 |
commit | cc23c66179ca2e873809febe03368944b9016942 (patch) | |
tree | c350b3338eef0f1c930fb75f47e44a3f35ab8c44 /arch/mips/Makefile.postlink | |
parent | b226a893d2b39a112470e14732ccef60006ad159 (diff) | |
download | linux-cc23c66179ca2e873809febe03368944b9016942.tar.xz |
scsi: qedf: remove set but not used variables
Fixes gcc '-Wunused-but-set-variable' warnings:
drivers/scsi/qedf/qedf_els.c: In function 'qedf_process_els_compl':
drivers/scsi/qedf/qedf_els.c:149:20: warning: variable 'sc_cmd' set but not used [-Wunused-but-set-variable]
drivers/scsi/qedf/qedf_els.c:148:28: warning: variable 'task_ctx' set but not used [-Wunused-but-set-variable]
drivers/scsi/qedf/qedf_els.c: In function 'qedf_send_srr':
drivers/scsi/qedf/qedf_els.c:612:6: warning: variable 'sid' set but not used [-Wunused-but-set-variable]
They are never used since introduction.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Saurav Kashyap <skashyap@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'arch/mips/Makefile.postlink')
0 files changed, 0 insertions, 0 deletions