drm/rockchip: dw-dp: remove unexpected print info

Avoid print the unexpected info when a hpd irq come but
this irq is not for phy test.

Change-Id: Ia61b0cb7494df2ac7c9756ffbf78b1f9d36412b4
Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
This commit is contained in:
Zhang Yubing
2025-08-11 19:39:04 +08:00
committed by Tao Huang
parent 7917cd17e6
commit 9540936587

View File

@@ -4998,7 +4998,6 @@ static bool dw_dp_hpd_short_pulse(struct dw_dp *dp)
case DP_TEST_LINK_PHY_TEST_PATTERN:
return false;
default:
dev_warn(dp->dev, "test_type%lu is not support\n", dp->compliance.test_type);
break;
}