diff options
| author | YueHaibing <[email protected]> | 2019-03-23 02:15:59 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2019-03-25 22:20:52 -0400 |
| commit | a4b207dea9783bbf60af03d6f2c8080b0cee0543 (patch) | |
| tree | 735dc6b13ec74ab3bc3d57be8235f4da87590645 /tools/perf/scripts/python/bin | |
| parent | 608f729c31d4caf52216ea00d20092a80959256d (diff) | |
scsi: pm8001: remove set but not used variables 'param, sas_ha'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/scsi/pm8001/pm8001_hwi.c: In function 'mpi_smp_completion':
drivers/scsi/pm8001/pm8001_hwi.c:2901:6: warning:
variable 'param' set but not used [-Wunused-but-set-variable]
drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_bytes_dmaed':
drivers/scsi/pm8001/pm8001_hwi.c:3247:24: warning:
variable 'sas_ha' set but not used [-Wunused-but-set-variable]
They're never used since introduction, so can be removed.
Signed-off-by: YueHaibing <[email protected]>
Acked-by: Jack Wang <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions