]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu/pptable: convert some variable sized arrays to [] style
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Jan 2024 15:48:39 +0000 (10:48 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 25 Jan 2024 19:46:46 +0000 (14:46 -0500)
commit693d4e8861a53607b9468062f984b7c469840b48
tree74edc857ec1cd8d8486270b142d4c8b273585142
parent7055c5856aa10a7f2d687557c50751a72080e4c8
drm/amdgpu/pptable: convert some variable sized arrays to [] style

Replace [1] with [].  Silences UBSAN warnings.

Link: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2039926
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/pptable.h