diff --git a/[refs] b/[refs] index efc986af167b..0a0155cb7990 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2570a4f5428bcdb1077622342181755741e7fa60 +refs/heads/master: cd65c3c7d1081290b7365897c2290a84aa967d4d diff --git a/trunk/include/net/ip.h b/trunk/include/net/ip.h index d9a0e74d8923..fb63371c07a8 100644 --- a/trunk/include/net/ip.h +++ b/trunk/include/net/ip.h @@ -338,7 +338,7 @@ static inline int sk_mc_loop(struct sock *sk) return inet6_sk(sk)->mc_loop; #endif } - __WARN(); + WARN_ON(1); return 1; }