From: Wenjing Liu Date: Tue, 4 Nov 2025 21:40:53 +0000 (-0500) Subject: drm/amd/display: Refactor HDCP Status Log Format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45c5fb0be343503fc972dc2696b3897786e96cbb;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: Refactor HDCP Status Log Format Add missing part for drm/amd/display: fw locality check refactors Reviewed-by: Aurabindo Pillai Signed-off-by: Wenjing Liu Signed-off-by: Fangzhi Zuo Tested-by: Dan Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c index 409a7d0e70fab..5cb979c2cf8c4 100644 --- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c +++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c @@ -126,7 +126,6 @@ void mod_hdcp_log_ddc_trace(struct mod_hdcp *hdcp) } #define CASE_FORMAT(entry) case entry: return #entry; - char *mod_hdcp_status_to_str(int32_t status) { switch (status) {