Skip to content
Commit 039f0e05 authored by Li kunyu's avatar Li kunyu Committed by Borislav Petkov
Browse files

x86/boot: Remove superfluous type casting from arch/x86/boot/bitops.h



'const void *' will auto-type-convert to just about any other const
pointer type, no need to force it.

  [ mingo: Rewrote the changelog. ]

Signed-off-by: default avatarLi kunyu <kunyu@nfschina.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220725042358.3377-1-kunyu@nfschina.com
parent 568035b0
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