瀏覽代碼

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;
 	}