commit | 2561f97267d656c9b2c62b32614870abb3eabfe6 | [log] [tgz] |
---|---|---|
author | Tonghao Zhang <xiangxia.m.yue@gmail.com> | Thu Dec 13 00:43:23 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 15 11:37:32 2018 -0800 |
tree | b772cc2f68aa9f3e0495b76b8e47d1487517e5ed | |
parent | c2027d1e17582903e368abf5d4838b22a98f2b7b [diff] |
net: sched: simplify the qdisc_leaf code Except for returning, the var leaf is not used in the qdisc_leaf(). For simplicity, remove it. Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> Acked-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>