drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 18 Sep 2016 15:00:52 +0000 (17:00 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Sep 2016 18:38:27 +0000 (14:38 -0400)
commitecab76688a0785fbcddcd1ff638a3fc76db073aa
treebb82b70ea284c51d44ee152764b0d5c921b26652
parentf2cdaf20664525227f721ac3a4c72ee8ef4b37b8
drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "kmalloc_array".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c