From: Anatolij Gustschin Date: Sat, 16 Jul 2011 20:28:23 +0000 (+0200) Subject: video: mb862xx: change controller detection message X-Git-Tag: v2011.09-rc1~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01b0f50060923e89693bf155c677e4f665916b3f;p=platform%2Fkernel%2Fu-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 088365d..1a4ba82 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; }