mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
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…
x
Reference in New Issue
Block a user