diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-29 18:48:47 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-05-29 16:15:02 +0300 |
commit | f00eb5ff2f6ffc4a2f0fc0e829410082bff0f78e (patch) | |
tree | c8e0e6e705d08b0bfc219bd5822c122ce8f83126 /tools/perf/scripts/python/syscall-counts.py | |
parent | 1032095053b34d474aa20f2625d97dd306e0991b (diff) | |
download | linux-f00eb5ff2f6ffc4a2f0fc0e829410082bff0f78e.tar.xz |
EDAC/amd64: Remove redundant assignment to variable ret in hw_info_get()
The variable ret is being assigned with a value that is never read
and it is being updated later with a new value. The initialization is
redundant so remove it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200429154847.287001-1-colin.king@canonical.com
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions