OSDN Git Service

drm/dp_mst: Destroy topology_mgr mutexes
authorLyude Paul <lyude@redhat.com>
Tue, 3 Sep 2019 20:45:52 +0000 (16:45 -0400)
committerLyude Paul <lyude@redhat.com>
Wed, 25 Sep 2019 20:27:53 +0000 (16:27 -0400)
commit50094b5dcd3238c0cf91a5768d0316adaeb32e45
treeab0ecdb0fc1ed8c2b3504451c7c27f048db0b136
parent46872098077157758546b54a54868909c296af1c
drm/dp_mst: Destroy topology_mgr mutexes

Turns out we've been forgetting for a while now to actually destroy any
of the mutexes that we create in drm_dp_mst_topology_mgr. So, let's do
that.

Cc: Juston Li <juston.li@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Harry Wentland <hwentlan@amd.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Sean Paul <sean@poorly.run>
Link: https://patchwork.freedesktop.org/patch/msgid/20190903204645.25487-15-lyude@redhat.com
drivers/gpu/drm/drm_dp_mst_topology.c