[PATCH 1/1] gpu/drm: use kzalloc for allocating one thing

2015-06-26 Thread Maninder Singh
Use kzalloc rather than kcalloc(1.. for allocating one thing. Signed-off-by: Maninder Singh Reviewed-by: Vaneet Narang --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c

[PATCH 1/1] gpu/drm: use kzalloc for allocating one thing

2015-06-26 Thread Christian König
On 26.06.2015 09:37, Daniel Vetter wrote: > On Fri, Jun 26, 2015 at 09:34:43AM +0200, Daniel Vetter wrote: >> On Fri, Jun 26, 2015 at 11:54:10AM +0530, Maninder Singh wrote: >>> Use kzalloc rather than kcalloc(1.. for allocating >>> one thing. >>> >>> Signed-off-by: Maninder Singh >>>

[PATCH 1/1] gpu/drm: use kzalloc for allocating one thing

2015-06-26 Thread Daniel Vetter
On Fri, Jun 26, 2015 at 09:34:43AM +0200, Daniel Vetter wrote: > On Fri, Jun 26, 2015 at 11:54:10AM +0530, Maninder Singh wrote: > > Use kzalloc rather than kcalloc(1.. for allocating > > one thing. > > > > Signed-off-by: Maninder Singh > > Reviewed-by: Vaneet Narang > > Applied to drm-misc,

[PATCH 1/1] gpu/drm: use kzalloc for allocating one thing

2015-06-26 Thread Daniel Vetter
On Fri, Jun 26, 2015 at 11:54:10AM +0530, Maninder Singh wrote: > Use kzalloc rather than kcalloc(1.. for allocating > one thing. > > Signed-off-by: Maninder Singh > Reviewed-by: Vaneet Narang Applied to drm-misc, thanks. -Daniel > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c |2 +- > 1