drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply()
authorImre Deak <imre.deak@intel.com>
Wed, 3 Jun 2020 21:10:39 +0000 (00:10 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 11 Jun 2020 12:28:45 +0000 (15:28 +0300)
commit8b9f3437ff5b5d059f70f9ce44d169b0cc5650ee
treed1ed0465f586c8562799e1c1317f99861417e6fd
parentfb7ba0c7cf92000b93b2286b4b55a75549e4a313
drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply()

Make the locking look symmetric with the unlocking.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200603211040.8190-2-imre.deak@intel.com
drivers/gpu/drm/drm_dp_mst_topology.c