commit | d944282ff69931c6d48538cd5ee04a37e7bb60b2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 10 12:47:12 2023 -0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 13 13:53:01 2023 +0100 |
tree | 663c6d6c4452848636b594dc94d923df828b564c | |
parent | f89af4e72b44c24277bf00be5453b04d4b8153dc [diff] |
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>