Explorar o código

Merge "disp: msm: dp: reduce hdcp error level for inactive state"

qctecmdr %!s(int64=3) %!d(string=hai) anos
pai
achega
d0b2b45c89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      msm/dp/dp_hdcp2p2.c

+ 1 - 1
msm/dp/dp_hdcp2p2.c

@@ -680,7 +680,7 @@ static int dp_hdcp2p2_cp_irq(void *input)
 
 	if (atomic_read(&ctrl->auth_state) == HDCP_STATE_AUTH_FAIL ||
 		atomic_read(&ctrl->auth_state) == HDCP_STATE_INACTIVE) {
-		DP_ERR("invalid hdcp state\n");
+		DP_DEBUG("invalid hdcp state\n");
 		return -EINVAL;
 	}