commit | 611309383d19ec806bdf38bea70fc2d7636ae64f | [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 | 55b4e1b7d9990f0f539e189ccaad7224513f86b4 [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>