[Intel-gfx] [PATCH 5/5] drm/i915: check for errors on i915_drm_thaw

2013-09-12 Thread Paulo Zanoni
From: Paulo Zanoni Before this patch, i915_drm_thaw would always return 0. After this patch, it returns the error code from __i915_drm_thaw(), since it's the only sub-function that can return an error code. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_drv.c | 2 +- 1 file changed,

Re: [Intel-gfx] [PATCH 5/5] drm/i915: check for errors on i915_drm_thaw

2013-09-12 Thread Chris Wilson
On Thu, Sep 12, 2013 at 01:58:21PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Before this patch, i915_drm_thaw would always return 0. After this > patch, it returns the error code from __i915_drm_thaw(), since it's > the only sub-function that can return an error code. You could go a st