diff --git a/src/common/displayport/src/dp_configcaps.cpp b/src/common/displayport/src/dp_configcaps.cpp index 8ec82b277..6bc038caf 100644 --- a/src/common/displayport/src/dp_configcaps.cpp +++ b/src/common/displayport/src/dp_configcaps.cpp @@ -2863,7 +2863,7 @@ struct DPCDHALImpl : DPCDHAL { NvU8 data = 0; - if (bLinkReady == NULL && bLinkReady == NULL) + if (bLinkActive == NULL && bLinkReady == NULL) return false; if (AuxRetry::ack != bus.read(NV_DPCD20_PCON_HDMI_TX_LINK_STATUS, &data, sizeof(data)))