projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ffd27
)
video: mb862xx: change controller detection message
author
Anatolij Gustschin
<agust@denx.de>
Sat, 16 Jul 2011 20:28:23 +0000
(22:28 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 4 Aug 2011 20:55:35 +0000
(22:55 +0200)
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/mb862xx.c
patch
|
blob
|
history
diff --git
a/drivers/video/mb862xx.c
b/drivers/video/mb862xx.c
index 088365dcec9e057aa692d8d0568c894986658f93..1a4ba82d755caa12a507f5bd744c718fbcd7bafb 100644
(file)
--- 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;
}