Skip to content
Commit f00eb5ff authored by Colin Ian King's avatar Colin Ian King Committed by Borislav Petkov
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20200429154847.287001-1-colin.king@canonical.com
parent 10320950
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment