]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/neofb.c
[PATCH] dm: suspend: add noflush pushback
[linux-2.6-omap-h63xx.git] / drivers / video / neofb.c
index 59a6f5fa5ae64992a25dee1357917ccfe8785d2c..deaf820cb38f798542271ef2ebf65277f5efc087 100644 (file)
@@ -1932,7 +1932,7 @@ static int __devinit neo_init_hw(struct fb_info *info)
        printk(KERN_DEBUG "--- Neo extended register dump ---\n");
        for (int w = 0; w < 0x85; w++)
                printk(KERN_DEBUG "CR %p: %p\n", (void *) w,
-                      (void *) vga_rcrt(NULL, w);
+                      (void *) vga_rcrt(NULL, w));
        for (int w = 0; w < 0xC7; w++)
                printk(KERN_DEBUG "GR %p: %p\n", (void *) w,
                       (void *) vga_rgfx(NULL, w));