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

scsi: qla4xxx: Remove unused 'count' variable



clang with W=1 reports:

drivers/scsi/qla4xxx/ql4_isr.c:475:11: error: variable
  'count' set but not used [-Werror,-Wunused-but-set-variable]
        uint32_t count = 0;
                 ^
This variable is not used so remove it.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230331175757.1860780-1-trix@redhat.com
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 4e0966a4
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