Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db2855ae authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

tcp: silence registration message



This message isn't really needed it justs waits time/space.

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 50036ccf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);