diff --git a/msm/dp/dp_ctrl.c b/msm/dp/dp_ctrl.c index 2af8116490..0c1841b092 100644 --- a/msm/dp/dp_ctrl.c +++ b/msm/dp/dp_ctrl.c @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* + * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved. */ @@ -278,7 +279,7 @@ static int dp_ctrl_read_link_status(struct dp_ctrl_private *ctrl, break; } - if (!(link_status[offset] & DP_LINK_STATUS_UPDATED)) + if (link_status[offset] & DP_LINK_STATUS_UPDATED) break; }