commit | 9367fa08415a6168f8ee2b5bb373362d75bfa860 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Sep 02 19:26:37 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 05 09:37:02 2019 +0200 |
tree | 9299d216d9efd5e2ec73c677f1277c0fb1cfb24b | |
parent | e7ac4ea0fefb06b2aeb7751e71c25cdfe751c07c [diff] |
net/sched: cbs: remove redundant assignment to variable port_rate Variable port_rate is being initialized with a value that is never read and is being re-assigned a little later on. The assignment is redundant and hence can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>