diff options
author | Cong Wang <amwang@redhat.com> | 2013-06-20 04:30:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-23 21:46:36 -0400 |
commit | b33698e267ff17a97ecf3ee621a925bb356e9120 (patch) | |
tree | 0f937101807dbff25d43f26ee8423d7f5078c733 /net/ipv6/addrconf.c | |
parent | 8640caf60aac7fe30dd622aca41d8336d07d3bd7 (diff) |
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: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 80449121afa2..90788a1c6bbc 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -2760,8 +2760,6 @@ static void addrconf_gre_config(struct net_device *dev) | |||
2760 | struct inet6_dev *idev; | 2760 | struct inet6_dev *idev; |
2761 | struct in6_addr addr; | 2761 | struct in6_addr addr; |
2762 | 2762 | ||
2763 | pr_info("%s(%s)\n", __func__, dev->name); | ||
2764 | |||
2765 | ASSERT_RTNL(); | 2763 | ASSERT_RTNL(); |
2766 | 2764 | ||
2767 | if ((idev = ipv6_find_idev(dev)) == NULL) { | 2765 | if ((idev = ipv6_find_idev(dev)) == NULL) { |