aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjur Braendeland <sjur.brandeland@stericsson.com>2010-09-21 10:40:06 +0000
committerMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2010-10-04 17:59:11 +0200
commit3bcdc57c903f17217482bfb1de83fa07a90f63c8 (patch)
tree8f1b7ef304e428fdb7d5019fc31c04106e577e10
parent42c8c08a31c0b368e58228a783f6d0561153ab76 (diff)
caif: Remove buggy re-definition of pr_debug
Remove debugging quirk redefining pr_debug to pr_warning. Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/caif/chnl_net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/caif/chnl_net.c b/net/caif/chnl_net.c
index 86aac24b022..84a422c9894 100644
--- a/net/caif/chnl_net.c
+++ b/net/caif/chnl_net.c
@@ -30,9 +30,6 @@
#define CONNECT_TIMEOUT (5 * HZ)
#define CAIF_NET_DEFAULT_QUEUE_LEN 500
-#undef pr_debug
-#define pr_debug pr_warn
-
/*This list is protected by the rtnl lock. */
static LIST_HEAD(chnl_net_list);