aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/interrupts.py
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-04-15 11:43:11 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2024-04-24 21:13:41 -0400
commitcb3bfbfa1ffab89e10c093e3bfcc4cf229ad5ab7 (patch)
tree91991e0b40d829f652543b8d9743c19de657647f /scripts/gdb/linux/interrupts.py
parent28027ec8e32ecbadcd67623edb290dad61e735b5 (diff)
scsi: bnx2fc: Remove redundant assignment to variable 'i'
The variable 'i' is being assigned a value that is never read, the following code path via the label ofld_err never refers to the variable. The assignment is redundant and can be removed. Cleans up clang scan warning: drivers/scsi/bnx2fc/bnx2fc_tgt.c:132:5: warning: Value stored to 'i' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240415104311.484890-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions