diff options
author | Nilesh Javali <[email protected]> | 2023-08-25 12:30:17 +0530 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-08-25 17:04:07 -0400 |
commit | 659d36cc732a7de8c6ca2ae347db1a5401a1b93c (patch) | |
tree | a98fc8bfaa0e853b48654c7044576cc5434376c1 /scripts/generate_rust_analyzer.py | |
parent | 27177862de9676c8c35b86bf89c38864fbe5ed71 (diff) |
scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs()
Sparse warning reported,
drivers/scsi/qla2xxx/qla_iocb.c: In function 'qla24xx_build_scsi_type_6_iocbs':
>> drivers/scsi/qla2xxx/qla_iocb.c:594:29: warning: variable 'ha' set but not used [-Wunused-but-set-variable]
594 | struct qla_hw_data *ha;
| ^~
Remove unused variables 'vha' and 'ha'.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Nilesh Javali <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions