video: mb862xx: change controller detection message

Signed-off-by: Anatolij Gustschin <agust@denx.de>
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 @@
 	u16 device;
 
 	if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
-		puts ("PCI video controller not found!\n");
+		puts("controller not present\n");
 		return 0;
 	}