Re: [PATCH 2/2] drm/vc4: hdmi: Fix outdated function name in comment

2022-10-27 Thread Javier Martinez Canillas
On 10/24/22 11:36, max...@cerno.tech wrote: > 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_l

[PATCH 2/2] drm/vc4: hdmi: Fix outdated function name in comment

2022-10-24 Thread maxime
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: 6bed2ea3