[PATCH] video: neofb stray bracket fix
This code is '#if 0'ed. Anyway if anyone wants to dump neo registers better to have it fixed. Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a219a7e76b
commit
4971bb70c0
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue