drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()
authorJosé Roberto de Souza <jose.souza@intel.com>
Wed, 16 Jun 2021 19:44:15 +0000 (12:44 -0700)
committerLyude Paul <lyude@redhat.com>
Wed, 16 Jun 2021 19:53:15 +0000 (15:53 -0400)
commit24ff3dc18b99c4b912ab1746e803ddb3be5ced4c
tree690c37d2a6b13c7522405bd9bea6ace705ce580a
parent3769e4c0af5b82c8ea21d037013cb9564dfaa51f
drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

Commit 3769e4c0af5b ("drm/dp_mst: Avoid to mess up payload table by
ports in stale topology") added to calls to drm_dbg_kms() but it
missed the first parameter, the drm device breaking the build.

Fixes: 3769e4c0af5b ("drm/dp_mst: Avoid to mess up payload table by ports in stale topology")
Cc: Wayne Lin <Wayne.Lin@amd.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Cc: stable@vger.kernel.org
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210616194415.36926-1-jose.souza@intel.com
drivers/gpu/drm/drm_dp_mst_topology.c