ソースを参照

disp: msm: fix issues in hdcp2p2 repeater authentication

Change fixes issue where HDCP 2p2 authentication process
was broken for repeater usecases.

Change-Id: Iae7fc6a2cabd5e5a592d7e234f11d748539124e5
Signed-off-by: Vara Reddy <[email protected]>
Vara Reddy 4 年 前
コミット
47c9fdca01
1 ファイル変更0 行追加2 行削除
  1. 0 2
      msm/sde_hdcp_2x.c

+ 0 - 2
msm/sde_hdcp_2x.c

@@ -182,11 +182,9 @@ static int sde_hdcp_2x_get_next_message(struct sde_hdcp_2x_ctrl *hdcp,
 	case SKE_SEND_EKS:
 		if (!hdcp->repeater_flag)
 			return SKE_SEND_TYPE_ID;
-		break;
 	case SKE_SEND_TYPE_ID:
 		if (!hdcp->repeater_flag)
 			return SKE_SEND_TYPE_ID;
-		break;
 	case REP_STREAM_READY:
 	case REP_SEND_ACK:
 		if (!hdcp->repeater_flag)