[PATCH 1/4] drm/fb-helper: Fix connector ref leak on error

2016-10-26 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä We need to drop the connector references already taken when we abort in the middle of drm_fb_helper_single_add_all_connectors() Cc: stable at vger.kernel.org Cc: Carlos Santa Cc: Kirill A. Shutemov Tested-by: Carlos Santa Tested-by: Kirill A. Shutemov Signed-off-by: Vil

[PATCH 1/4] drm/fb-helper: Fix connector ref leak on error

2016-10-26 Thread Chris Wilson
On Wed, Oct 26, 2016 at 12:05:52PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > We need to drop the connector references already taken when we > abort in the middle of drm_fb_helper_single_add_all_connectors() > > Cc: stable at vger.kernel.org > Cc: Carlos Santa >