]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/ipv6/netfilter/ip6_tables.c
net: cleanup unsigned to unsigned int
[thirdparty/kernel/stable.git] / net / ipv6 / netfilter / ip6_tables.c
index 9d4e155593190d81b99af8988899a0204a73ec80..d4e350f72bbb09dd98d1d668e326fe8536a72a58 100644 (file)
@@ -396,7 +396,7 @@ ip6t_do_table(struct sk_buff *skb,
                        if (v < 0) {
                                /* Pop from stack? */
                                if (v != XT_RETURN) {
-                                       verdict = (unsigned)(-v) - 1;
+                                       verdict = (unsigned int)(-v) - 1;
                                        break;
                                }
                                if (*stackptr <= origptr)