arm64: kexec: remove unnecessary (void*) conversions
authorYu Zhe <yuzhe@nfschina.com>
Fri, 3 Mar 2023 02:57:15 +0000 (10:57 +0800)
committerWill Deacon <will@kernel.org>
Tue, 28 Mar 2023 14:43:57 +0000 (15:43 +0100)
commit6915cffd4889bb2d5f1b41714ec56f9d10fa7e67
tree38ffda63a83d84ca0c6fd71a6ef111c175701869
parent0e2cb49ef104738de2701d6badd08f2178c13aff
arm64: kexec: remove unnecessary (void*) conversions

Pointer variables of void * type do not require type cast.

Signed-off-by: Yu Zhe <yuzhe@nfschina.com>
Link: https://lore.kernel.org/r/20230303025715.32570-1-yuzhe@nfschina.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/machine_kexec.c