]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Refactor HDCP Status Log Format
authorWenjing Liu <wenjing.liu@amd.com>
Tue, 4 Nov 2025 21:40:53 +0000 (16:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Nov 2025 02:54:16 +0000 (21:54 -0500)
Add missing part for
drm/amd/display: fw locality check refactors

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp_log.c

index 409a7d0e70fab2dfd41e368d754e1b666037ccb5..5cb979c2cf8c432bb1925fe658938c5ba65ee782 100644 (file)
@@ -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) {