]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitb33698e267ff17a97ecf3ee621a925bb356e9120
tree0f937101807dbff25d43f26ee8423d7f5078c733
parent8640caf60aac7fe30dd622aca41d8336d07d3bd7
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>
net/ipv6/addrconf.c