aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-02-16 13:49:18 +0000
committerMark Brown <[email protected]>2024-02-19 16:59:35 +0000
commit7f719a953975dc3bb970ed8f7ef8a97bad6000ab (patch)
tree7e430940ae0b961e49da86702a817c9dc191bb2f /tools/perf/util/scripting-engines/trace-event-python.c
parent09235bf3170fd4a0052af06825016d9557564f9b (diff)
regulator: core: Remove redundant assignment to variable possible_uV
The variable possible_uV being assigned a value that is never read, the control flow via the following goto statement takes a path where the variable is not accessed. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/regulator/core.c:3935:3: warning: Value stored to 'possible_uV' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions