Re: [Intel-gfx] [patch] drm/i915: unlock on error in i915_ppgtt_info()

2015-10-05 Thread Daniel Vetter
On Fri, Oct 02, 2015 at 11:29:16PM +0800, Geliang Tang wrote: > On Fri, Oct 02, 2015 at 06:14:22PM +0300, Dan Carpenter wrote: > > We need to call intel_runtime_pm_put() and mutex_unlock() before > > returning. > > > > Fixes: 7cb5dff8d59d ('drm/i915: fix task reference leak in i915_debugfs.c') > >

Re: [Intel-gfx] [patch] drm/i915: unlock on error in i915_ppgtt_info()

2015-10-02 Thread Geliang Tang
On Fri, Oct 02, 2015 at 06:14:22PM +0300, Dan Carpenter wrote: > We need to call intel_runtime_pm_put() and mutex_unlock() before > returning. > > Fixes: 7cb5dff8d59d ('drm/i915: fix task reference leak in i915_debugfs.c') > Signed-off-by: Dan Carpenter Acked-by: Geliang Tang _

[Intel-gfx] [patch] drm/i915: unlock on error in i915_ppgtt_info()

2015-10-02 Thread Dan Carpenter
We need to call intel_runtime_pm_put() and mutex_unlock() before returning. Fixes: 7cb5dff8d59d ('drm/i915: fix task reference leak in i915_debugfs.c') Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c index afa7982..dcc50f3 1006