mirror of https://gitee.com/openkylin/linux.git
drm/exynos: dp: Lower level of EDID read success message
Don't pollute the dmesg with EDID read success message as an error. Printing as debug should be fine. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
be083a002f
commit
b0f155ada4
|
@ -195,7 +195,7 @@ static int exynos_dp_read_edid(struct exynos_dp_device *dp)
|
|||
}
|
||||
}
|
||||
|
||||
dev_err(dp->dev, "EDID Read success!\n");
|
||||
dev_dbg(dp->dev, "EDID Read success!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue