浏览代码

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>
Sjur Braendeland 14 年之前
父节点
当前提交
9c44c9fa78
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      net/caif/chnl_net.c

+ 0 - 3
net/caif/chnl_net.c

@@ -30,9 +30,6 @@
 #define CONNECT_TIMEOUT (5 * HZ)
 #define CONNECT_TIMEOUT (5 * HZ)
 #define CAIF_NET_DEFAULT_QUEUE_LEN 500
 #define CAIF_NET_DEFAULT_QUEUE_LEN 500
 
 
-#undef pr_debug
-#define pr_debug pr_warn
-
 /*This list is protected by the rtnl lock. */
 /*This list is protected by the rtnl lock. */
 static LIST_HEAD(chnl_net_list);
 static LIST_HEAD(chnl_net_list);