From: Anatolij Gustschin Date: Sat, 16 Jul 2011 20:28:23 +0000 (+0200) Subject: video: mb862xx: change controller detection message X-Git-Tag: v2025.01-rc5-pxa1908~19127 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B?a=commitdiff_plain;h=01b0f50060923e89693bf155c677e4f665916b3f;p=u-boot.git video: mb862xx: change controller detection message Signed-off-by: Anatolij Gustschin --- diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 088365dcec..1a4ba82d75 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; }