Re: [PATCH] drm/i915: Fix an error handling in 'intel_framebuffer_init()'

2017-09-11 Thread Jani Nikula
On Sun, 10 Sep 2017, Christophe JAILLET wrote: > We should go through the error handling path to decrease the > 'framebuffer_references' as done everywhere else in this function. > > Fixes: 2e2adb05736c ("drm/i915: Add render decompression support") > Signed-off-by: Christophe JAILLET Pushed to

[PATCH] drm/i915: Fix an error handling in 'intel_framebuffer_init()'

2017-09-10 Thread Christophe JAILLET
We should go through the error handling path to decrease the 'framebuffer_references' as done everywhere else in this function. Fixes: 2e2adb05736c ("drm/i915: Add render decompression support") Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/i915/intel_display.c | 2 +- 1 file changed, 1