Signed-off-by: Thomas Graf Index: net-2.6.git/net/sched/act_api.c =================================================================== --- net-2.6.git.orig/net/sched/act_api.c +++ net-2.6.git/net/sched/act_api.c @@ -305,6 +305,7 @@ struct tc_action *tcf_action_init_1(stru goto err_mod; } #endif + *err = -ENOENT; goto err_out; } --