mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
drm/bridge: analogix_dp: modify the log related to the check of hpd status
The disconnected status is not actually a failure, so it is more reasonable to remove 'failed' and use dev_dbg() instead of dev_err(). Change-Id: I6c2fea479b45e6c61ce460d364efe8f3053465e2 Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
@@ -178,7 +178,7 @@ static int analogix_dp_detect_hpd(struct analogix_dp_device *dp)
|
||||
analogix_dp_force_hpd(dp);
|
||||
|
||||
if (analogix_dp_get_plug_in_status(dp) != 0) {
|
||||
dev_err(dp->dev, "failed to get hpd plug in status\n");
|
||||
dev_dbg(dp->dev, "hpd status is detected as disconnected\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user