diff options
Diffstat (limited to 'net/ipv6/ip6mr.c')
-rw-r--r-- | net/ipv6/ip6mr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index ba936e18b61b..b15dc08643a4 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c | |||
@@ -1350,7 +1350,7 @@ int __init ip6_mr_init(void) | |||
1350 | goto reg_notif_fail; | 1350 | goto reg_notif_fail; |
1351 | #ifdef CONFIG_IPV6_PIMSM_V2 | 1351 | #ifdef CONFIG_IPV6_PIMSM_V2 |
1352 | if (inet6_add_protocol(&pim6_protocol, IPPROTO_PIM) < 0) { | 1352 | if (inet6_add_protocol(&pim6_protocol, IPPROTO_PIM) < 0) { |
1353 | printk(KERN_ERR "ip6_mr_init: can't add PIM protocol\n"); | 1353 | pr_err("%s: can't add PIM protocol\n", __func__); |
1354 | err = -EAGAIN; | 1354 | err = -EAGAIN; |
1355 | goto add_proto_fail; | 1355 | goto add_proto_fail; |
1356 | } | 1356 | } |