Commit 9c44c9fa78c5a449699491f0355189e2a09c242a

Authored by Sjur Braendeland
Committed by David S. Miller
1 parent 48daa3bb84

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

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