mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user