commit | eefc9589512484b531a181a7db13e9864cbd8c35 | [log] [tgz] |
---|---|---|
author | Lyude Paul <lyude@redhat.com> | Tue Mar 31 16:57:36 2020 -0400 |
committer | Lyude Paul <lyude@redhat.com> | Fri Apr 03 16:51:51 2020 -0400 |
tree | a4152e0a66a3a9916f9b2118d9f56fe14450093a | |
parent | 09b974e8983a4b163d4a406b46d50bf869da3073 [diff] |
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>