Commit 786e463e authored by Krzysztof Helt's avatar Krzysztof Helt Committed by Linus Torvalds

cirrusfb: remove information about memory size during mode change

Remove information about memory size displayed twice each time a display
mode change.
Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3f7a26b4
...@@ -1949,8 +1949,6 @@ static void init_vgachip(struct fb_info *info) ...@@ -1949,8 +1949,6 @@ static void init_vgachip(struct fb_info *info)
/* misc... */ /* misc... */
WHDR(cinfo, 0); /* Hidden DAC register: - */ WHDR(cinfo, 0); /* Hidden DAC register: - */
printk(KERN_DEBUG "cirrusfb: This board has %ld bytes of DRAM memory\n",
info->screen_size);
DPRINTK("EXIT\n"); DPRINTK("EXIT\n");
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment