diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sched/act_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/act_api.c b/net/sched/act_api.c index f9d1d78e17f8..9b2e3975be0b 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c | |||
@@ -305,6 +305,7 @@ struct tc_action *tcf_action_init_1(struct rtattr *rta, struct rtattr *est, | |||
305 | goto err_mod; | 305 | goto err_mod; |
306 | } | 306 | } |
307 | #endif | 307 | #endif |
308 | *err = -ENOENT; | ||
308 | goto err_out; | 309 | goto err_out; |
309 | } | 310 | } |
310 | 311 | ||