OSDN Git Service

drm/amd/display: Remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 6 Jan 2023 00:24:53 +0000 (08:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Jan 2023 22:02:18 +0000 (17:02 -0500)
./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:7431:3-4: Unneeded semicolon
./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:7485:4-5: Unneeded semicolon
./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:7489:3-4: Unneeded semicolon

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3635
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index f3fbf10..6b9a490 100644 (file)
@@ -7424,7 +7424,7 @@ static bool is_content_protection_different(struct drm_crtc_state *new_crtc_stat
                        new_conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_DESIRED;
                        pr_debug("[HDCP_DM] ENABLED->DESIRED & mode_changed %s :true\n", __func__);
                        return true;
-               };
+               }
                new_conn_state->content_protection = DRM_MODE_CONTENT_PROTECTION_ENABLED;
                pr_debug("[HDCP_DM] ENABLED -> DESIRED %s :false\n", __func__);
                return false;
@@ -7478,11 +7478,11 @@ static bool is_content_protection_different(struct drm_crtc_state *new_crtc_stat
                                pr_debug("[HDCP_DM] DESIRED->DESIRED or ENABLE->ENABLE mode_change %s :true\n",
                                        __func__);
                                return true;
-                       };
+                       }
                        pr_debug("[HDCP_DM] DESIRED->DESIRED & ENABLE->ENABLE %s :false\n",
                                __func__);
                        return false;
-               };
+               }
 
                pr_debug("[HDCP_DM] UNDESIRED->UNDESIRED %s :false\n", __func__);
                return false;