From: Pavel Machek <pavel@ucw.cz>
To: Rusty trivial patch monkey Russell <trivial@rustcorp.com.au>,
kernel list <linux-kernel@vger.kernel.org>
Subject: Kill unneccessary debug printk
Date: Mon, 20 Oct 2003 19:07:05 +0200 [thread overview]
Message-ID: <20031020170704.GA422@elf.ucw.cz> (raw)
Hi!
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..]
Pavel
iIndex: arch/i386/kernel/setup.c
===================================================================
RCS file: /home/pavel/sf/bitbucket/bkcvs/linux-2.5/arch/i386/kernel/setup.c,v
retrieving revision 1.100
diff -u -r1.100 setup.c
--- clean/arch/i386/kernel/setup.c 1 Oct 2003 17:30:14 -0000 1.100
+++ linux/arch/i386/kernel/setup.c 20 Oct 2003 16:57:58 -0000
@@ -964,7 +964,6 @@
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];
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
next reply other threads:[~2003-10-20 17:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-20 17:07 Pavel Machek [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-10-20 18:05 Kill unneccessary debug printk John Mock
2003-10-23 20:00 ` Pavel Machek
2003-10-23 21:42 John Mock
2003-10-23 23:34 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031020170704.GA422@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.