Skip to content

Commit dee3405

Browse files
committed
corrected reference
1 parent ff9fcdb commit dee3405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSink/HdmiCecSink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@ namespace WPEFramework
35393539
do {
35403540
usleep(50000); // Sleep for 50ms before retrying
35413541
portId = -1;
3542-
device::HdmiInput::getInstance().getHDMIARCPortId(&portId);
3542+
device::HdmiInput::getInstance().getHDMIARCPortId(portId);
35433543
if (-1 != portId)
35443544
{
35453545
LOGINFO("HDMI ARC port ID HdmiArcPortID[%d] on retry count[%d]", portId, retryCount);

0 commit comments

Comments
 (0)