diff options
author | Nathan Chancellor <nathan@kernel.org> | 2025-08-21 14:15:43 -0700 |
---|---|---|
committer | Nathan Chancellor <nathan@kernel.org> | 2025-08-28 16:58:44 -0700 |
commit | 488954ca195d03f651208355ed5cac428846ee97 (patch) | |
tree | 22f85928785ba8da427411022a66da0b49f725de /drivers/gpu/drm/omapdrm/omap_drv.c | |
parent | e633c2e78fd1cc9c4b89518b8d12578a7aa529c1 (diff) |
powerpc: Drop unnecessary initializations in __copy_inst_from_kernel_nofault()
Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, the zero initializations of val and suffix
added by commit 0d76914a4c99 ("powerpc/inst: Optimise
copy_inst_from_kernel_nofault()") to avoid a bogus case of
-Wuninitialized can be dropped because the preprocessor condition is
always false.
Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-6-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.c')
0 files changed, 0 insertions, 0 deletions