]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/display: Remove unneeded semicolon in hdcp.c
authorzhengbin <zhengbin13@huawei.com>
Thu, 28 Nov 2019 02:31:39 +0000 (10:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Dec 2019 22:55:08 +0000 (17:55 -0500)
Fixes coccicheck warning:

drivers/gpu/drm/amd/display/modules/hdcp/hdcp.c:506:2-3: Unneeded semicolon

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp.c

index cbb5e9c063ec50dedd2d7c31ee9d43f0e979739e..8aa528e874c491f1268259079c8804b622ad4687 100644 (file)
@@ -503,7 +503,7 @@ enum mod_hdcp_operation_mode mod_hdcp_signal_type_to_operation_mode(
                break;
        default:
                break;
-       };
+       }
 
        return mode;
 }