diff options
author | Colin Ian King <[email protected]> | 2020-06-10 13:36:38 +0100 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2020-07-19 16:25:20 -0700 |
commit | 9e444234b6d8de48e9032f47997773cd98d863a5 (patch) | |
tree | 2a0f7e9a41648561ffb93d41693c097475f4c930 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | ba47d845d715a010f7b51f6f89bae32845e6acb7 (diff) |
hwmon: (i5k_amb) remove redundant assignment to variable res
The variable res is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions