aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-03-28 11:15:57 +0000
committerGreg Kroah-Hartman <[email protected]>2024-04-09 17:51:06 +0200
commitfdb43d131fba3e314f5cb353745a8caeefdff48b (patch)
tree3411f2367b932ad111813c949f2aae23f3a5c697 /tools/perf/scripts/python/task-analyzer.py
parentebee9ca2f59e35a60a6704a79df6477b3c84ac96 (diff)
staging: vt6655: remove redundant assignment to variable byData
Variable byData is being assigned a value that is never read, it is being re-assigned later on. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/staging/vt6655/srom.c:67:2: warning: Value stored to 'byData' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions