Skip to content

Commit 221169b

Browse files
authored
Update dsHdmiIn.c
1 parent d9b52e9 commit 221169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/srv/dsHdmiIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ IARM_Result_t _dsHdmiInInit(void *arg)
742742
else
743743
m_vrrsupport[dsHDMI_IN_PORT_1] = false;
744744

745-
INT_INFO("Port %s: _VRRSupport: %s , m_edidallmsupport: %d\n", "HDMI1", _VRRSupport.c_str(), m_vrrsupport[1]);
745+
INT_INFO("Port %s: _VRRSupport: %s , m_vrrsupport: %d\n", "HDMI1", _VRRSupport.c_str(), m_vrrsupport[1]);
746746
}
747747
catch(...) {
748748
INT_INFO("Port %s: Exception in Getting the HDMI1 EDID VRR support from persistence storage..... \r\n", "HDMI1");

0 commit comments

Comments
 (0)