projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50036cc
)
tcp: silence registration message
author
stephen hemminger
<shemming@brocade.com>
Mon, 16 Feb 2015 14:38:13 +0000
(09:38 -0500)
committer
David S. Miller
<davem@davemloft.net>
Fri, 20 Feb 2015 20:04:03 +0000
(15:04 -0500)
This message isn't really needed it justs waits time/space.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_cong.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/tcp_cong.c
b/net/ipv4/tcp_cong.c
index d694088214cd87fa50e413730402499610c546e6..d4c3a5e66380d55a92bf99d45e781e3af1b212ac 100644
(file)
--- a/
net/ipv4/tcp_cong.c
+++ b/
net/ipv4/tcp_cong.c
@@
-83,7
+83,7
@@
int tcp_register_congestion_control(struct tcp_congestion_ops *ca)
ret = -EEXIST;
} else {
list_add_tail_rcu(&ca->list, &tcp_cong_list);
- pr_
info
("%s registered\n", ca->name);
+ pr_
debug
("%s registered\n", ca->name);
}
spin_unlock(&tcp_cong_list_lock);