diff options
author | 2021-06-13 14:27:40 +0100 | |
---|---|---|
committer | 2021-06-14 12:40:58 -0700 | |
commit | ce4f8afd85d6871e3ad76ce737fbbfc0521fa3e4 (patch) | |
tree | f9950f97bac5893c353e258f3b3e2c997c64ad34 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | octeontx2-pf: Cleanup flow rule management (diff) | |
download | linux-dev-ce4f8afd85d6871e3ad76ce737fbbfc0521fa3e4.tar.xz linux-dev-ce4f8afd85d6871e3ad76ce737fbbfc0521fa3e4.zip |
net: phy: micrel: remove redundant assignment to pointer of_node
The pointer of_node is being initialized with a value that is never
read and it is being updated later with a new value inside a do-while
loop. The initialization is redundant and can be removed and the
pointer dev is no longer required and can be removed too.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions