Skip to content
Commit 257ca14f authored by Colin Ian King's avatar Colin Ian King Committed by Ingo Molnar
Browse files

x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()



The 'delta' variable is zero-initialized, but never
read before the real initialization happens.

The assignment is redundant and can be removed.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20231219141304.367200-1-colin.i.king@gmail.com
parent 78a509fb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment