diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 18:59:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 13:57:52 -0800 |
commit | b29f14284989b3d0b3a5ce268b5b1fc4df9c5795 (patch) | |
tree | a690fc7db347cb8ca2b38dc1da73a477d1fb4779 /net/tipc/bearer.c | |
parent | f5e75269f59f7c3816f23314b924895e4ecf8409 (diff) | |
download | linux-3.10-b29f14284989b3d0b3a5ce268b5b1fc4df9c5795.tar.gz linux-3.10-b29f14284989b3d0b3a5ce268b5b1fc4df9c5795.tar.bz2 linux-3.10-b29f14284989b3d0b3a5ce268b5b1fc4df9c5795.zip |
tipc: remove calls to dbg() and msg_dbg()
Eliminates obsolete calls to two of TIPC's main debugging macros, as well
as a pair of associated debugging routines that are no longer required.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/bearer.c')
-rw-r--r-- | net/tipc/bearer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c index 885da94be4a..24dc6c2c75a 100644 --- a/net/tipc/bearer.c +++ b/net/tipc/bearer.c @@ -164,7 +164,6 @@ int tipc_register_media(u32 media_type, m_ptr->priority = bearer_priority; m_ptr->tolerance = link_tolerance; m_ptr->window = send_window_limit; - dbg("Media <%s> registered\n", name); res = 0; exit: write_unlock_bh(&tipc_net_lock); |