Loading msm/dp/dp_audio.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -666,6 +666,9 @@ static int dp_audio_notify(struct dp_audio_private *audio, u32 state) if (atomic_read(&audio->acked)) if (atomic_read(&audio->acked)) goto end; goto end; if (state == EXT_DISPLAY_CABLE_CONNECT) goto end; rc = wait_for_completion_timeout(&audio->hpd_comp, HZ * 4); rc = wait_for_completion_timeout(&audio->hpd_comp, HZ * 4); if (!rc) { if (!rc) { pr_err("timeout. state=%d err=%d\n", state, rc); pr_err("timeout. state=%d err=%d\n", state, rc); Loading Loading
msm/dp/dp_audio.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -666,6 +666,9 @@ static int dp_audio_notify(struct dp_audio_private *audio, u32 state) if (atomic_read(&audio->acked)) if (atomic_read(&audio->acked)) goto end; goto end; if (state == EXT_DISPLAY_CABLE_CONNECT) goto end; rc = wait_for_completion_timeout(&audio->hpd_comp, HZ * 4); rc = wait_for_completion_timeout(&audio->hpd_comp, HZ * 4); if (!rc) { if (!rc) { pr_err("timeout. state=%d err=%d\n", state, rc); pr_err("timeout. state=%d err=%d\n", state, rc); Loading