Skip to content

Commit

Permalink
cirrusfb: remove information about memory size during mode change
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Oct 16, 2008
1 parent 3f7a26b commit 786e463
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/video/cirrusfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 786e463

Please sign in to comment.