video/drm: display: Downgrade "available display" messages to debug
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com> Change-Id: Ie12ae2a2f412706eb1dc566cf3ce2226de58bfac
This commit is contained in:
parent
ac6274b35d
commit
5cfabef40a
|
|
@ -1456,7 +1456,7 @@ static int rockchip_display_probe(struct udevice *dev)
|
|||
}
|
||||
|
||||
if (list_empty(&rockchip_display_list)) {
|
||||
printf("Failed to found available display route\n");
|
||||
debug("Failed to found available display route\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue