Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}