aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-23 16:28:50 +0000
committerLinus Walleij <linus.walleij@linaro.org>2024-02-29 14:38:09 +0100
commit170c96246f0c5eefee9b14b105caaafef7d4cf57 (patch)
tree98b836eabc92c04b5aea7e74507fe407a222f418 /tools/perf/scripts/python/export-to-postgresql.py
parentdt-bindings: pinctrl: mobileye,eyeq5-pinctrl: add bindings (diff)
downloadwireguard-linux-170c96246f0c5eefee9b14b105caaafef7d4cf57.tar.xz
wireguard-linux-170c96246f0c5eefee9b14b105caaafef7d4cf57.zip
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 <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240223162850.3914349-1-colin.i.king@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions