[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1202812247-6878-1-git-send-email-max@stro.at>
Date: Tue, 12 Feb 2008 11:30:47 +0100
From: maximilian attems <max@...o.at>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, maximilian attems <max@...o.at>
Subject: [PATCH] [IRDA] irda_init() nuke useless debug printk
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@...o.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists