netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [IRDA] irda_init() nuke useless debug printk
@ 2008-02-12 10:30 maximilian attems
  2008-02-13  2:17 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: maximilian attems @ 2008-02-12 10:30 UTC (permalink / raw)
  To: davem; +Cc: netdev, maximilian attems

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-13 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 10:30 [PATCH] [IRDA] irda_init() nuke useless debug printk maximilian attems
2008-02-13  2:17 ` David Miller
2008-02-13 10:51   ` maximilian attems

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).