From patchwork Sat Jul 16 20:28:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 104990 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id F1422B6F8A for ; Sun, 17 Jul 2011 06:29:07 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 700B32807F; Sat, 16 Jul 2011 22:29:06 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YfWHLgTmujXV; Sat, 16 Jul 2011 22:29:06 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AC20B28083; Sat, 16 Jul 2011 22:29:04 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A160C28083 for ; Sat, 16 Jul 2011 22:29:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8vgMkG88vGiQ for ; Sat, 16 Jul 2011 22:29:02 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTP id 1A7E12807F for ; Sat, 16 Jul 2011 22:29:00 +0200 (CEST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id C56DD1C01939; Sat, 16 Jul 2011 22:29:00 +0200 (CEST) X-Auth-Info: Itgk+buOQXg+deZQvjxFfrzcMNjrm+FsZye/jwjQwuA= Received: from localhost (p4FDE7726.dip.t-dialin.net [79.222.119.38]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id D53E31C00156; Sat, 16 Jul 2011 22:28:59 +0200 (CEST) From: Anatolij Gustschin To: u-boot@lists.denx.de Date: Sat, 16 Jul 2011 22:28:23 +0200 Message-Id: <1310848103-31308-1-git-send-email-agust@denx.de> X-Mailer: git-send-email 1.7.1 Subject: [U-Boot] [PATCH] video: mb862xx: change controller detection message X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Anatolij Gustschin --- drivers/video/mb862xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 088365d..d6d6ad0 100644 --- a/drivers/video/mb862xx.c +++ b/drivers/video/mb862xx.c @@ -204,7 +204,7 @@ unsigned int pci_video_init (void) u16 device; if ((devbusfn = pci_find_devices (supported, 0)) < 0) { - puts ("PCI video controller not found!\n"); + puts("controller not present\n"); return 0; }