Merge "msm: mdss: hdmi: reset hpd_state when hpd circuitry is turned off"

This commit is contained in:
Linux Build Service Account 2013-03-15 10:56:25 -07:00 committed by Gerrit - the friendly Code Review server
commit fc283008ab

View file

@ -2189,6 +2189,7 @@ static void hdmi_tx_hpd_off(struct hdmi_tx_ctrl *hdmi_ctrl)
DEV_INFO("%s: Failed to disable hpd power. Error=%d\n",
__func__, rc);
hdmi_ctrl->hpd_state = false;
hdmi_ctrl->hpd_initialized = false;
} /* hdmi_tx_hpd_off */