mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
d59f4e1d1f
If htb_init() fails, qdisc_create() invokes htb_destroy() to clear resources. Therefore, remove redundant resource cleanup in htb_init(). Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>