net: cleanup unsigned to unsigned int
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / ipv4 / netfilter / arp_tables.c
index fd7a3f68917f1c53e4e8f6051eaa1e4ed728c2b3..a3935273869f0a2402844feaff203bcfb651ba22 100644 (file)
@@ -303,7 +303,7 @@ unsigned int arpt_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;
                                }
                                e = back;