aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2022-01-19 18:10:38 -0800
committerLinus Torvalds <[email protected]>2022-01-20 08:52:55 +0200
commitb1e78ef3be2533973953a35a56739fda7325875c (patch)
tree13d2a89405c76fb3f0eb3d363a8f9f84e2193a7f /scripts/gdb/linux/modules.py
parent69d0db01e210e07fe915e5da91b54a867cda040f (diff)
lib: remove redundant assignment to variable ret
The variable ret is being assigned a value that is never read. If the for-loop is entered then ret is immediately re-assigned a new value. If the for-loop is not executed ret is never read. The assignment is redundant and can be removed. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions