]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm: fix missing reference counting decrease
authorInsu Yun <wuninsu@gmail.com>
Mon, 1 Feb 2016 16:08:29 +0000 (11:08 -0500)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:23:29 +0000 (10:23 +0100)
commitfed8d3ecc2a1225b0a8cc33571ad03339765ab98
tree9ae245bec778b64945681f16a2ac0860540f0855
parentb829b3bba97ad1d585850af914bd1f14ca3965d0
drm: fix missing reference counting decrease

BugLink: http://bugs.launchpad.net/bugs/1553179
commit dabe19540af9e563d526113bb102e1b9b9fa73f9 upstream.

In drm_dp_mst_allocate_vcpi, it returns true in two paths,
but in one path, there is no reference couting decrease.

Signed-off-by: Insu Yun <wuninsu@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/gpu/drm/drm_dp_mst_topology.c