drm/amd/display: Fix spelling mistakes of function name in error message
authorColin Ian King <colin.i.king@gmail.com>
Thu, 9 Feb 2023 12:53:30 +0000 (12:53 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Feb 2023 15:04:49 +0000 (10:04 -0500)
commit09efa4a0e87776fc1cdc96733e8e55813a377d6a
tree1e3ee4a849f9a102af2b927139d3f7eff2e2b949
parente1ebbf5dbf16a21eaa82db67505b9a735df4a614
drm/amd/display: Fix spelling mistakes of function name in error message

The function name is being reported as dc_link_contruct when it is
actually dc_link_construct_phy. Fix this by using %s and the __func__
for the function name.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_factory.c