drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()
authorLyude Paul <lyude@redhat.com>
Tue, 31 Mar 2020 20:57:36 +0000 (16:57 -0400)
committerLyude Paul <lyude@redhat.com>
Fri, 3 Apr 2020 20:51:51 +0000 (16:51 -0400)
commiteefc9589512484b531a181a7db13e9864cbd8c35
treea4152e0a66a3a9916f9b2118d9f56fe14450093a
parent09b974e8983a4b163d4a406b46d50bf869da3073
drm/amd/amdgpu_dm/mst: Stop printing extra messages in dm_dp_add_mst_connector()

You can already trace the creation and destruction of connectors using
DRM, and we definitely don't need to be printing info messages on
connector hotplugs as well. So, get rid of these.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200331205740.135525-4-lyude@redhat.com
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c