Skip to content

Commit

Permalink
ipv6: remove a useless pr_info() in addrconf_gre_config()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cong Wang authored and David S. Miller committed Jun 24, 2013
1 parent 8640caf commit b33698e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b33698e

Please sign in to comment.