diff options
author | 2022-05-03 15:01:46 +0300 | |
---|---|---|
committer | 2022-05-04 20:42:14 -0700 | |
commit | 0a448bba50090a6147c144f452f49301025111ec (patch) | |
tree | cbd49a8f2e2c6f08be38d7ed1613b7e79bcf0287 /net/core/dev.c | |
parent | dt-bindings: net: lan966x: fix example (diff) | |
download | linux-rng-0a448bba50090a6147c144f452f49301025111ec.tar.xz linux-rng-0a448bba50090a6147c144f452f49301025111ec.zip |
net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()
list_add(..., pos->prev) and list_add_tail(..., pos) are equivalent, use
the later form to unify with the case where the list is empty later.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions