projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48daa3b
)
caif: Remove buggy re-definition of pr_debug
author
Sjur Braendeland
<sjur.brandeland@stericsson.com>
Tue, 21 Sep 2010 10:40:06 +0000
(10:40 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 22 Sep 2010 01:05:30 +0000
(18:05 -0700)
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>
net/caif/chnl_net.c
patch
|
blob
|
history
diff --git
a/net/caif/chnl_net.c
b/net/caif/chnl_net.c
index 86aac24b02256cb0413f36423b7c0a5212243eb9..84a422c989414d31c502de65d13b74d51c6a8f0c 100644
(file)
--- 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);