commit | be4551e742b224f034faa518aea9bde63ee51a19 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Apr 11 22:02:18 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 16 22:38:52 2018 +0800 |
tree | 92275e34ae8ea7ec71df93f091db54e385e4cbfb | |
parent | b2c4373401169110408151aa6692a919a6d63c7b [diff] |
pci: video: Only print out when everything is OK If video initialization fails, the "Video:" output message will be mixed with the next console log. Change to print out such message only when everything is OK, which improves the boot log readability. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>