]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Kill unneccessary debug printk
authorAndrew Morton <akpm@osdl.org>
Wed, 22 Oct 2003 01:24:36 +0000 (18:24 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Wed, 22 Oct 2003 01:24:36 +0000 (18:24 -0700)
From: Pavel Machek <pavel@ucw.cz>

This printk is unneccessary for quite a long time, please kill it. [I
added it, so it should be okay for me to request it being killed..]

arch/i386/kernel/setup.c

index 0600b02a589a28fea0ed39b924e971c83a61497a..6782565a12a0ea087b8ad103cfaf0cabd0cfd504 100644 (file)
@@ -965,7 +965,6 @@ void __init setup_arch(char **cmdline_p)
        apm_info.bios = APM_BIOS_INFO;
        ist_info = IST_INFO;
        saved_videomode = VIDEO_MODE;
-       printk("Video mode to be used for restore is %lx\n", saved_videomode);
        if( SYS_DESC_TABLE.length != 0 ) {
                MCA_bus = SYS_DESC_TABLE.table[3] &0x2;
                machine_id = SYS_DESC_TABLE.table[0];