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: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3f7a26b4b9
commit
786e463e7f
|
@ -1949,8 +1949,6 @@ static void init_vgachip(struct fb_info *info)
|
|||
/* misc... */
|
||||
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");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue