aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r--net/ipv6/raw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c
index a58459a76684..a22c9c93d931 100644
--- a/net/ipv6/raw.c
+++ b/net/ipv6/raw.c
@@ -611,9 +611,7 @@ static int rawv6_probe_proto_opt(struct flowi *fl, struct msghdr *msg)
611 struct iovec *iov; 611 struct iovec *iov;
612 u8 __user *type = NULL; 612 u8 __user *type = NULL;
613 u8 __user *code = NULL; 613 u8 __user *code = NULL;
614#ifdef CONFIG_IPV6_MIP6
615 u8 len = 0; 614 u8 len = 0;
616#endif
617 int probed = 0; 615 int probed = 0;
618 int i; 616 int i;
619 617
@@ -646,7 +644,6 @@ static int rawv6_probe_proto_opt(struct flowi *fl, struct msghdr *msg)
646 probed = 1; 644 probed = 1;
647 } 645 }
648 break; 646 break;
649#ifdef CONFIG_IPV6_MIP6
650 case IPPROTO_MH: 647 case IPPROTO_MH:
651 if (iov->iov_base && iov->iov_len < 1) 648 if (iov->iov_base && iov->iov_len < 1)
652 break; 649 break;
@@ -660,7 +657,6 @@ static int rawv6_probe_proto_opt(struct flowi *fl, struct msghdr *msg)
660 len += iov->iov_len; 657 len += iov->iov_len;
661 658
662 break; 659 break;
663#endif
664 default: 660 default:
665 probed = 1; 661 probed = 1;
666 break; 662 break;