drm/amdgpu: use kzalloc for allocating one thing
authorManinder Singh <maninder1.s@samsung.com>
Fri, 26 Jun 2015 07:58:50 +0000 (13:28 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Jun 2015 15:21:50 +0000 (11:21 -0400)
commit5f0b34cc72aa627fd28230be3de469321e0af03e
tree1958a9eb2a733983cca7569ea76512b31727bbea
parentb13e22aeba06aea2acdae657e988c93c22080858
drm/amdgpu: use kzalloc for allocating one thing

Use kzalloc rather than kcalloc(1.. for allocating
one thing.

Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Reviewed-by: Vaneet Narang <v.narang@samsung.com>
Reviewed-by: Christian Konig <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c