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

Commit b33698e2 authored by Cong Wang's avatar Cong Wang Committed by David S. Miller
Browse files

ipv6: remove a useless pr_info() in addrconf_gre_config()



This is debug info, should at least be pr_debug(), but given
that this code is in upstream for two years, there is no
need to keep this debugging printk any more, so just remove it.

Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: default avatarCong Wang <amwang@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8640caf6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2760,8 +2760,6 @@ static void addrconf_gre_config(struct net_device *dev)
	struct inet6_dev *idev;
	struct in6_addr addr;

	pr_info("%s(%s)\n", __func__, dev->name);

	ASSERT_RTNL();

	if ((idev = ipv6_find_idev(dev)) == NULL) {