Browse Source

video: mb862xx: change controller detection message

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin 13 years ago
parent
commit
01b0f50060
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/video/mb862xx.c

+ 1 - 1
drivers/video/mb862xx.c

@@ -204,7 +204,7 @@ unsigned int pci_video_init (void)
 	u16 device;
 	u16 device;
 
 
 	if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
 	if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
-		puts ("PCI video controller not found!\n");
+		puts("controller not present\n");
 		return 0;
 		return 0;
 	}
 	}