commit | f00eb5ff2f6ffc4a2f0fc0e829410082bff0f78e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Apr 29 16:48:47 2020 +0100 |
committer | Borislav Petkov <bp@suse.de> | Fri May 29 15:15:02 2020 +0200 |
tree | c8e0e6e705d08b0bfc219bd5822c122ce8f83126 | |
parent | 1032095053b34d474aa20f2625d97dd306e0991b [diff] |
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