be2net: support asymmetric rx/tx queue counts
[deliverable/linux.git] / net / sched / act_simple.c
index be5fbb51cfeddad9e6215d4473d0c35b1df6fdf3..318328d34d12aa7784ffd0a2de7486b02df6f399 100644 (file)
@@ -86,8 +86,9 @@ static int tcf_simp_init(struct net *net, struct nlattr *nla,
        struct nlattr *tb[TCA_DEF_MAX + 1];
        struct tc_defact *parm;
        struct tcf_defact *d;
+       bool exists = false;
+       int ret = 0, err;
        char *defdata;
-       int ret = 0, err, exists = 0;
 
        if (nla == NULL)
                return -EINVAL;
This page took 0.043094 seconds and 5 git commands to generate.