Re: [PATCH 1/1] gpu/drm: remove unnecessary check before kfree

2015-06-25 Thread Maninder Singh
Hi, >The shortlog prefix of both your patches should be "drm/amdgpu:" instead >of "gpu/drm:". With that fixed, both are Do i need to send V2 of patch with that change or you have fixed that? >Reviewed-by: Michel Dänzer Thanks. ..

Re: [PATCH 1/1] gpu/drm: remove unnecessary check before kfree

2015-06-25 Thread Michel Dänzer
On 26.06.2015 15:25, Maninder Singh wrote: > kfree(NULL) is safe and this check is probably not required > > Signed-off-by: Maninder Singh > Reviewed-by: Vaneet Narang > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git

[PATCH 1/1] gpu/drm: remove unnecessary check before kfree

2015-06-25 Thread Maninder Singh
kfree(NULL) is safe and this check is probably not required Signed-off-by: Maninder Singh Reviewed-by: Vaneet Narang --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/