From 47c9fdca01a49a2252d1ab3f1e289aaea0984043 Mon Sep 17 00:00:00 2001 From: Vara Reddy Date: Mon, 21 Jun 2021 11:18:33 -0700 Subject: [PATCH] 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 --- msm/sde_hdcp_2x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/msm/sde_hdcp_2x.c b/msm/sde_hdcp_2x.c index 7d7d6a807a..b346b8712e 100644 --- a/msm/sde_hdcp_2x.c +++ b/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)