aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/mcast.c')
-rw-r--r--net/ipv6/mcast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index 7dfb89f2bae5..2a3a22cf7604 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -2627,8 +2627,7 @@ static int __net_init igmp6_net_init(struct net *net)
2627 err = inet_ctl_sock_create(&net->ipv6.igmp_sk, PF_INET6, 2627 err = inet_ctl_sock_create(&net->ipv6.igmp_sk, PF_INET6,
2628 SOCK_RAW, IPPROTO_ICMPV6, net); 2628 SOCK_RAW, IPPROTO_ICMPV6, net);
2629 if (err < 0) { 2629 if (err < 0) {
2630 printk(KERN_ERR 2630 pr_err("Failed to initialize the IGMP6 control socket (err %d)\n",
2631 "Failed to initialize the IGMP6 control socket (err %d).\n",
2632 err); 2631 err);
2633 goto out; 2632 goto out;
2634 } 2633 }