File tree Expand file tree Collapse file tree
drivers/gpu/drm/amd/display/modules/hdcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ enum mod_hdcp_status mod_hdcp_hdcp1_enable_dp_stream_encryption(struct mod_hdcp
443443 for (i = 0 ; i < MAX_NUM_OF_DISPLAYS ; i ++ ) {
444444
445445 if (hdcp -> displays [i ].adjust .disable || hdcp -> displays [i ].state != MOD_HDCP_DISPLAY_ACTIVE )
446- continue ;
446+ continue ;
447447
448448 memset (hdcp_cmd , 0 , sizeof (struct ta_hdcp_shared_memory ));
449449
@@ -926,7 +926,7 @@ enum mod_hdcp_status mod_hdcp_hdcp2_enable_dp_stream_encryption(struct mod_hdcp
926926
927927 for (i = 0 ; i < MAX_NUM_OF_DISPLAYS ; i ++ ) {
928928 if (hdcp -> displays [i ].adjust .disable || hdcp -> displays [i ].state != MOD_HDCP_DISPLAY_ACTIVE )
929- continue ;
929+ continue ;
930930
931931 hdcp_cmd -> in_msg .hdcp2_enable_dp_stream_encryption .display_handle = hdcp -> displays [i ].index ;
932932 hdcp_cmd -> in_msg .hdcp2_enable_dp_stream_encryption .session_handle = hdcp -> auth .id ;
You can’t perform that action at this time.
0 commit comments