aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif
diff options
context:
space:
mode:
authorSjur Braendeland <sjur.brandeland@stericsson.com>2010-09-21 10:40:06 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-21 18:05:30 -0700
commit9c44c9fa78c5a449699491f0355189e2a09c242a (patch)
treee2cbcfac2c409b4a02fac585afc359a77e506811 /net/caif
parentipv6: addrconf.h cleanups (diff)
downloadlinux-dev-9c44c9fa78c5a449699491f0355189e2a09c242a.tar.xz
linux-dev-9c44c9fa78c5a449699491f0355189e2a09c242a.zip
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>
Diffstat (limited to 'net/caif')
-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 86aac24b0225..84a422c98941 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);