From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 16 Apr 2018 17:16:45 +0800 Subject: [U-Boot] [PATCH v2 13/18] pci: video: Only print out when everything is OK In-Reply-To: References: <1523509343-18123-1-git-send-email-bmeng.cn@gmail.com> <1523509343-18123-14-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Apr 13, 2018 at 12:42 AM, Simon Glass wrote: > On 11 April 2018 at 23:02, Bin Meng wrote: >> 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 >> --- >> >> Changes in v2: None >> >> drivers/pci/pci_rom.c | 4 +--- >> 1 file changed, 1 insertion(+), 3 deletions(-) > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!