]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
vga: Only vga_endboot() if vga_init() completed.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 11 Dec 2008 13:37:04 +0000 (13:37 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 11 Dec 2008 13:37:04 +0000 (13:37 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen-unstable changeset:   18908:33ae75b60de289bb72d8480dddea55dd07c032ab
xen-unstable date:        Thu Dec 11 13:09:59 2008 +0000

xen/drivers/video/vga.c

index 7595909e55ce38c34e2eb53269c555a865a73d18..f64dc06eca619ecefdd91ae5d2fa351f8183c31b 100644 (file)
@@ -99,7 +99,7 @@ void __init vga_init(void)
 
 void __init vga_endboot(void)
 {
-    if ( !vga_console_info.video_type )
+    if ( vga_puts == vga_noop_puts )
         return;
 
     printk("Xen is %s VGA console.\n",