aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-04-10 17:22:21 +0100
committerChristian Brauner <[email protected]>2024-04-11 10:21:24 +0200
commitfd0a133ef6edb8e49e74af505b38c93af4ba0b1e (patch)
tree364ccb93de54d8a7276bb96d4ceda53ea8dba3c1 /tools/perf/scripts/python/export-to-postgresql.py
parent8bfb40be31ddea0cb4664b352e1797cfe6c91976 (diff)
fs/direct-io: remove redundant assignment to variable retval
The variable retval is being assigned a value that is not being read, it is being re-assigned later on in the function. The assignment is redundant and can be removed. Cleans up clang scan build warning: fs/direct-io.c:1220:2: warning: Value stored to 'retval' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions