aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/neofb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/neofb.c b/drivers/video/neofb.c
index 59a6f5fa5ae6..deaf820cb38f 100644
--- a/drivers/video/neofb.c
+++ b/drivers/video/neofb.c
@@ -1932,7 +1932,7 @@ static int __devinit neo_init_hw(struct fb_info *info)
1932 printk(KERN_DEBUG "--- Neo extended register dump ---\n"); 1932 printk(KERN_DEBUG "--- Neo extended register dump ---\n");
1933 for (int w = 0; w < 0x85; w++) 1933 for (int w = 0; w < 0x85; w++)
1934 printk(KERN_DEBUG "CR %p: %p\n", (void *) w, 1934 printk(KERN_DEBUG "CR %p: %p\n", (void *) w,
1935 (void *) vga_rcrt(NULL, w); 1935 (void *) vga_rcrt(NULL, w));
1936 for (int w = 0; w < 0xC7; w++) 1936 for (int w = 0; w < 0xC7; w++)
1937 printk(KERN_DEBUG "GR %p: %p\n", (void *) w, 1937 printk(KERN_DEBUG "GR %p: %p\n", (void *) w,
1938 (void *) vga_rgfx(NULL, w)); 1938 (void *) vga_rgfx(NULL, w));