]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: hdmi: Fix outdated function name in comment
authormaxime@cerno.tech <maxime@cerno.tech>
Mon, 24 Oct 2022 09:36:34 +0000 (11:36 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 3 Nov 2022 08:26:42 +0000 (09:26 +0100)
commit76ffa2af16c67bbb806b8224a5289eb03f7a537d
treeb3c577ffe84883bbcc9a8421dd604f07f55c5950
parent682f99b8ae886c22ba9f16df454aecc8c6d803ba
drm/vc4: hdmi: Fix outdated function name in comment

A comment introduced by commit 6bed2ea3cb38 ("drm/vc4: hdmi: Reset link
on hotplug") mentions a drm_atomic_helper_connector_hdmi_reset_link()
function that was part of the earlier versions but got moved internally
and is now named vc4_hdmi_reset_link(). Let's fix the function name.

Fixes: 6bed2ea3cb38 ("drm/vc4: hdmi: Reset link on hotplug")
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://lore.kernel.org/r/20221024093634.118190-2-maxime@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_hdmi.c