netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-2.6] caif: Remove buggy re-definition of pr_debug
@ 2010-09-21 20:40 sjur.brandeland
  2010-09-22  1:07 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: sjur.brandeland @ 2010-09-21 20:40 UTC (permalink / raw)
  To: davem; +Cc: netdev, Sjur Braendeland

From: Sjur Braendeland <sjur.brandeland@stericsson.com>

Remove debugging quirk redefining pr_debug to pr_warning.

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
---

Hi Dave,
I don't know if this qualify for going to 2.6.36.
It's not really a serious bug, but it would be
nice to get it fixed.

Regards,
Sjur

 net/caif/chnl_net.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/net/caif/chnl_net.c b/net/caif/chnl_net.c
index 4293e19..73f81b5 100644
--- a/net/caif/chnl_net.c
+++ b/net/caif/chnl_net.c
@@ -28,9 +28,6 @@
 #define CONNECT_TIMEOUT (5 * HZ)
 #define CAIF_NET_DEFAULT_QUEUE_LEN 500
 
-#undef pr_debug
-#define pr_debug pr_warning
-
 /*This list is protected by the rtnl lock. */
 static LIST_HEAD(chnl_net_list);
 
-- 
1.6.3.3


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

end of thread, other threads:[~2010-09-22  1:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 20:40 [PATCH net-2.6] caif: Remove buggy re-definition of pr_debug sjur.brandeland
2010-09-22  1:07 ` David Miller

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