[PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree

2012-11-22 Thread Sachin Kamat
On 21 November 2012 20:42, Sachin Kamat wrote: > Hi Dave, > > Please ignore this patch. > > Please ignore this mail. Sorry for the noise. -- With warm regards, Sachin

Re: [PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree

2012-11-22 Thread Sachin Kamat
On 21 November 2012 20:42, Sachin Kamat wrote: > Hi Dave, > > Please ignore this patch. > > Please ignore this mail. Sorry for the noise. -- With warm regards, Sachin ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop

[PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree

2012-11-21 Thread Sachin Kamat
Hi Dave, Please ignore this patch. On 19 November 2012 15:14, Sachin Kamat wrote: > kfree() on a NULL input is a no-op. Hence remove the check. > > Signed-off-by: Sachin Kamat > --- > This series is build tested on the latest linux-next (20121115). > --- > drivers/gpu/drm/drm_crtc.c |6 ++

Re: [PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree

2012-11-21 Thread Sachin Kamat
Hi Dave, Please ignore this patch. On 19 November 2012 15:14, Sachin Kamat wrote: > kfree() on a NULL input is a no-op. Hence remove the check. > > Signed-off-by: Sachin Kamat > --- > This series is build tested on the latest linux-next (20121115). > --- > drivers/gpu/drm/drm_crtc.c |6 ++

[PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree

2012-11-19 Thread Sachin Kamat
kfree() on a NULL input is a no-op. Hence remove the check. Signed-off-by: Sachin Kamat --- This series is build tested on the latest linux-next (20121115). --- drivers/gpu/drm/drm_crtc.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/d

[PATCH 1/4] drm/crtc: Remove redundant NULL check before kfree

2012-11-19 Thread Sachin Kamat
kfree() on a NULL input is a no-op. Hence remove the check. Signed-off-by: Sachin Kamat --- This series is build tested on the latest linux-next (20121115). --- drivers/gpu/drm/drm_crtc.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/d