]> git.baikalelectronics.ru Git - uboot.git/commit
video: Use vidconsole_put_string() to write a string
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2022 14:36:05 +0000 (08:36 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 08:56:02 +0000 (09:56 +0100)
commitc9e3e403679bf3269d03e8dfa96ed778cd84a6bb
tree8e397392f1774ea3b6c992da04c1ab7bd3d8abbc
parent9dcf06a0e1f21780df266e3f06f51eef1900bd0f
video: Use vidconsole_put_string() to write a string

Use the existing function rather that duplicating the code. Also fix up
the missing error handling.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/vidconsole-uclass.c