diff options
author | Colin Ian King <[email protected]> | 2023-06-21 14:02:56 +0100 |
---|---|---|
committer | Vishal Verma <[email protected]> | 2023-06-23 01:31:31 -0600 |
commit | dd0c64258a9d9e74b4896f05c7e77fa3365b5f12 (patch) | |
tree | f87b78766f1c63f341c3bc848fbadd4aa7ddaff4 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 2532f41607c4308733239dd43278f8a5540f3ec7 (diff) |
fsdax: remove redundant variable 'error'
The variable 'error' is being assigned a value that is never read,
the assignment and the variable and redundant and can be removed.
Cleans up clang scan build warning:
fs/dax.c:1880:10: warning: Although the value stored to 'error' is
used in the enclosing expression, the value is never actually read
from 'error' [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: Vishal Verma <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions