OSDN Git Service

drm/amdgpu: Use struct_size() helper in kmalloc()
authorGustavo A. R. Silva <gustavoars@kernel.org>
Thu, 8 Oct 2020 14:23:05 +0000 (09:23 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Oct 2020 18:43:30 +0000 (14:43 -0400)
commit562f150fb93b44884f467f531b18cb0b8fdb2ff4
treea758445b10610f9c2ddf669be44b7360bccada17
parentbae82e84182349d30d5f0c8dfa44cab00baf3425
drm/amdgpu: Use struct_size() helper in kmalloc()

Make use of the new struct_size() helper instead of the offsetof() idiom.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c