net: sched: remove check for number of actions in tcf_exts_exec
commitec1a9cca0e13391167567964fd04e61a39d6a4ae
authorJiri Pirko <jiri@mellanox.com>
Fri, 4 Aug 2017 12:29:02 +0000 (4 14:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Aug 2017 18:21:23 +0000 (4 11:21 -0700)
treed502ea3859f4730243a5913bebf98a38893dc31b
parentaf089e701adfb5898fee00a56ea4bb421edc308d
net: sched: remove check for number of actions in tcf_exts_exec

Leave it to tcf_action_exec to return TC_ACT_OK in case there is no
action present.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/pkt_cls.h
net/sched/act_api.c