drm: Remove slot checks in dp mst topology during commit
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Mon, 25 Oct 2021 22:38:21 +0000 (18:38 -0400)
committerLyude Paul <lyude@redhat.com>
Tue, 26 Oct 2021 01:21:07 +0000 (21:21 -0400)
commit0332078398d0a3d99a59347c3a896896ccac2cc1
tree9408da1b6f3c67dd34d6757d8fedd81d4c151597
parent6f2f7c83303d2227f47551423e507d77d9ea01c7
drm: Remove slot checks in dp mst topology during commit

This code path is used during commit, and we dont expect things to fail
during the commit stage, so remove this.

Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211025223825.301703-2-lyude@redhat.com
drivers/gpu/drm/drm_dp_mst_topology.c