summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
diff options
context:
space:
mode:
authorBernard Zhao <bernard@vivo.com>2021-03-31 06:12:18 -0700
committerAlex Deucher <alexander.deucher@amd.com>2021-04-09 16:50:26 -0400
commitccc4343041f21023a321ba36c5de8dff2ba6121a (patch)
tree551d2f950778204e315fe37411216693d50e36b7 /drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
parent5a4345270474c886dceee48c5b54b5c2c07aa877 (diff)
drm/amd: use kmalloc_array over kmalloc with multiply
Fix patch check warning: WARNING: Prefer kmalloc_array over kmalloc with multiply + buf = kmalloc(MAX_KFIFO_SIZE * sizeof(*buf), GFP_KERNEL); Signed-off-by: Bernard Zhao <bernard@vivo.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c')
0 files changed, 0 insertions, 0 deletions