Skip to content

Commit

Permalink
caif: Remove buggy re-definition of pr_debug
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sjur Braendeland authored and David S. Miller committed Sep 22, 2010
1 parent 48daa3b commit 9c44c9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/caif/chnl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9c44c9f

Please sign in to comment.