aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorEverest K.C. <[email protected]>2024-10-16 01:55:43 -0600
committerGreg Kroah-Hartman <[email protected]>2024-10-16 10:04:49 +0200
commitfef10146def91e02126aeebaa9ff87871adbde1d (patch)
treee6e16fe75775c55d490e38758eff58257fa436ae /tools/perf/scripts/python/gecko.py
parent214c2754fb0af78fde9faa2e5f9693c4618f3d5b (diff)
staging: gpib: Remove unused value
The variable `complement_count` is assigned a value which is again overwritten in the next statement. Fix this by removing the first value assigning statement This issue was reported by Coverity Scan. Report: CID 1600790: (#1 of 1): Unused value (UNUSED_VALUE) assigned_value: Assigning value from length to complement_count here, but that stored value is overwritten before it can be used. Signed-off-by: Everest K.C. <[email protected]> Reviewed-by: Shuah Khan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions