]> git.baikalelectronics.ru Git - uboot.git/commit
efi: video: Return mode info for app also
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:47:12 +0000 (12:47 -0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Mar 2023 12:53:01 +0000 (13:53 +0100)
commitfdea3dd35c585ec057d012ebf037bfc3340eca17
tree663c6d6c4452848636b594dc94d923df828b564c
parenteffdd6570112ccfe011fda7927722dacd68971b2
efi: video: Return mode info for app also

The mode info is currently not initialised for the app. Fix this by
returning it from the function.

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