aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-02-23 16:28:50 +0000
committerLinus Walleij <[email protected]>2024-02-29 14:38:09 +0100
commit170c96246f0c5eefee9b14b105caaafef7d4cf57 (patch)
tree98b836eabc92c04b5aea7e74507fe407a222f418 /tools/perf/util/trace-event-scripting.c
parent2805464831dd4c5c285c6e6ef42f2697c80e2fd6 (diff)
pinctrl: ocelot: remove redundant assignment to variable ret
The variable ret is being assigned a value that is never read, it is being re-assigned a value in every case statement in the following switch statement. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/pinctrl/pinctrl-ocelot.c:1404:3: warning: Value stored to 'ret' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions