net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()
authorZhengchao Shao <shaozhengchao@huawei.com>
Thu, 1 Sep 2022 01:16:17 +0000 (09:16 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 3 Sep 2022 04:24:49 +0000 (21:24 -0700)
commit2e5fb3223261366d1673c3827190c85a74b1aa56
treeb8ebc5091ab098454b8594c730cfee1925b207a8
parentc8ef3c94bda0e21123202d057d4a299698fa0ed9
net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()

tcf_qevent_parse_block_index() never returns a zero block_index.
Therefore, it is unnecessary to check the value of block_index in
tcf_qevent_init().

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Link: https://lore.kernel.org/r/20220901011617.14105-1-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/cls_api.c