[U-Boot] [PATCH] video: mb862xx: change controller detection message

16 Jul
2011
16 Jul
'11
10:28 p.m.
Signed-off-by: Anatolij Gustschin agust@denx.de --- drivers/video/mb862xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/mb862xx.c b/drivers/video/mb862xx.c index 088365d..d6d6ad0 100644 --- 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; }
--
1.7.1

2 Aug
2 Aug
10:48 p.m.
New subject: [U-Boot] [PATCH] video: mb862xx: change controller detection message
On Sat, 16 Jul 2011 22:28:23 +0200 Anatolij Gustschin agust@denx.de wrote:
Signed-off-by: Anatolij Gustschin agust@denx.de
drivers/video/mb862xx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
applied to u-boot-video/master.
Anatolij
5028
Age (days ago)
5045
Last active (days ago)
1 comments
1 participants
participants (1)
-
Anatolij Gustschin