diff options
author | Sjur Braendeland <sjur.brandeland@stericsson.com> | 2010-09-21 06:40:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-21 21:05:30 -0400 |
commit | 9c44c9fa78c5a449699491f0355189e2a09c242a (patch) | |
tree | e2cbcfac2c409b4a02fac585afc359a77e506811 /net/caif | |
parent | 48daa3bb84d547828871534caa51427a3fe90748 (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>
Diffstat (limited to 'net/caif')
-rw-r--r-- | 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 86aac24b0225..84a422c98941 100644 --- a/net/caif/chnl_net.c +++ b/net/caif/chnl_net.c | |||
@@ -30,9 +30,6 @@ | |||
30 | #define CONNECT_TIMEOUT (5 * HZ) | 30 | #define CONNECT_TIMEOUT (5 * HZ) |
31 | #define CAIF_NET_DEFAULT_QUEUE_LEN 500 | 31 | #define CAIF_NET_DEFAULT_QUEUE_LEN 500 |
32 | 32 | ||
33 | #undef pr_debug | ||
34 | #define pr_debug pr_warn | ||
35 | |||
36 | /*This list is protected by the rtnl lock. */ | 33 | /*This list is protected by the rtnl lock. */ |
37 | static LIST_HEAD(chnl_net_list); | 34 | static LIST_HEAD(chnl_net_list); |
38 | 35 | ||