Преглед изворни кода

video: mb862xx: change controller detection message

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Anatolij Gustschin пре 13 година
родитељ
комит
01b0f50060
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 
 	if ((devbusfn = pci_find_devices (supported, 0)) < 0) {
-		puts ("PCI video controller not found!\n");
+		puts("controller not present\n");
 		return 0;
 	}