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

EDAC/sb_edac: Remove redundant initialization of variable rc



The variable rc is being initialized with a value that is never read, it
is being updated later on. The assignment is redundant and thus remove
it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211126221848.1125321-1-colin.i.king@gmail.com
parent b011a57e
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