1
0
Fork 0

net_sched: Improve readability of filter processing

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
steinar/wifi_calib_4_9_kernel
Jamal Hadi Salim 2016-02-18 08:04:43 -05:00 committed by David S. Miller
parent 7fbac984f3
commit 7e6e18fbc0
1 changed files with 1 additions and 1 deletions

View File

@ -1841,7 +1841,7 @@ reclassify:
return err;
}
return -1;
return TC_ACT_UNSPEC; /* signal: continue lookup */
#ifdef CONFIG_NET_CLS_ACT
reset:
if (unlikely(limit++ >= MAX_REC_LOOP)) {