arm64: armv8_deprecated: remove unnecessary (void*) conversions
authorYu Zhe <yuzhe@nfschina.com>
Fri, 3 Mar 2023 02:50:47 +0000 (10:50 +0800)
committerWill Deacon <will@kernel.org>
Tue, 28 Mar 2023 14:43:44 +0000 (15:43 +0100)
commit0e2cb49ef104738de2701d6badd08f2178c13aff
tree4ebcf57b28df1b6c3adbbe0dd8841283ccd12880
parentd2c48b2387eb89e0bf2a2e06e30987cf410acad4
arm64: armv8_deprecated: 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/20230303025047.19717-1-yuzhe@nfschina.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/armv8_deprecated.c