Re: [PATCH 03/26] video: Show an error when a vidconsole function fails

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:35 -0600 Simon Glass s...@chromium.org wrote: > At present these functions fail silently even when debugging, which is not > very helpful. Add a way to print a message to the serial output when an > error is detected. > > Signed-off-by: Simon Glass Reviewed-by: Anatoli

[PATCH 03/26] video: Show an error when a vidconsole function fails

2020-05-19 Thread Simon Glass
At present these functions fail silently even when debugging, which is not very helpful. Add a way to print a message to the serial output when an error is detected. Signed-off-by: Simon Glass --- drivers/video/vidconsole-uclass.c | 22 +++--- 1 file changed, 19 insertions(+), 3