]> Pileus Git - ~andy/linux/commitdiff
ipv6: remove a useless pr_info() in addrconf_gre_config()
authorCong Wang <amwang@redhat.com>
Thu, 20 Jun 2013 08:30:00 +0000 (16:30 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2013 01:46:36 +0000 (18:46 -0700)
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>
net/ipv6/addrconf.c

index 80449121afa252d2757a1fd9e1bbe94ab74d868a..90788a1c6bbcbd03b5eb3cc61e2587639822904c 100644 (file)
@@ -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) {