diff options
author | Tom Rix <[email protected]> | 2023-03-27 20:16:47 -0400 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2023-04-02 21:47:36 -0400 |
commit | 4e0966a4829178b3cc7d8dc8686d9d6fcc221187 (patch) | |
tree | cfa02c05d2d9d6dccdd192806e6ab7f66e321953 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 7866e03b9825e1e08fc5136d3ab9a35ebabdc7f5 (diff) |
scsi: snic: Remove unused 'xfer_len' variable
clang with W=1 reports:
drivers/scsi/snic/snic_scsi.c:490:6: error: variable
'xfer_len' set but not used [-Werror,-Wunused-but-set-variable]
u64 xfer_len = 0;
^
This variable is not used so remove it.
Signed-off-by: Tom Rix <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions