Skip to content
Commit 7866e03b authored by Tom Rix's avatar Tom Rix Committed by Martin K. Petersen
Browse files

scsi: qedf: Remove unused 'num_handled' variable



clang with W=1 reports:

drivers/scsi/qedf/qedf_main.c:2227:6: error: variable
  'num_handled' set but not used [-Werror,-Wunused-but-set-variable]
        int num_handled = 0;
            ^
This variable is not used so remove it.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230330203444.1842425-1-trix@redhat.com
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 0a07d3c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment