[Intel-gfx] [PATCH 3/4] drm/i915 : Fix to remove unnecsessary checks in postclose function.

2015-11-19 Thread Namrta Salonie
Found by static analysis tool. Signed-off-by: Namrta Salonie --- drivers/gpu/drm/i915/i915_dma.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index 2336af9..ac1bca6 100644 ---

Re: [Intel-gfx] [PATCH 3/4] drm/i915 : Fix to remove unnecsessary checks in postclose function.

2015-11-19 Thread Daniel Vetter
On Thu, Nov 19, 2015 at 04:57:30PM +0530, Namrta Salonie wrote: > Found by static analysis tool. > > Signed-off-by: Namrta Salonie Queued for -next, thanks for the patch. -Daniel > --- > drivers/gpu/drm/i915/i915_dma.c |2 -- > 1 file changed, 2 deletions(-)