commit | 5f0b34cc72aa627fd28230be3de469321e0af03e | [log] [tgz] |
---|---|---|
author | Maninder Singh <maninder1.s@samsung.com> | Fri Jun 26 13:28:50 2015 +0530 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jun 29 11:21:50 2015 -0400 |
tree | 1958a9eb2a733983cca7569ea76512b31727bbea | |
parent | b13e22aeba06aea2acdae657e988c93c22080858 [diff] |
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>