From: maximilian attems <max@stro.at>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, maximilian attems <max@stro.at>
Subject: [PATCH] [IRDA] irda_init() nuke useless debug printk
Date: Tue, 12 Feb 2008 11:30:47 +0100 [thread overview]
Message-ID: <1202812247-6878-1-git-send-email-max@stro.at> (raw)
irda_init()
dmesg line is not really informative, thus remove it.
There are better ways to know that a module is loaded.
Seen on a debian config with IRDA_DEBUG enabled.
Signed-off-by: maximilian attems <max@stro.at>
---
net/irda/irmod.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/net/irda/irmod.c b/net/irda/irmod.c
index 01554b9..73db875 100644
--- a/net/irda/irmod.c
+++ b/net/irda/irmod.c
@@ -90,8 +90,6 @@ static int __init irda_init(void)
{
int ret = 0;
- IRDA_DEBUG(0, "%s()\n", __FUNCTION__);
-
/* Lower layer of the stack */
irlmp_init();
irlap_init();
--
1.5.4
next reply other threads:[~2008-02-12 10:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-12 10:30 maximilian attems [this message]
2008-02-13 2:17 ` [PATCH] [IRDA] irda_init() nuke useless debug printk David Miller
2008-02-13 10:51 ` maximilian attems
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=1202812247-6878-1-git-send-email-max@stro.at \
--to=max@stro.at \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).