Merge branch 'ocelot-vcap-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Thu, 5 May 2022 03:42:17 +0000 (20:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 May 2022 03:42:18 +0000 (20:42 -0700)
Vladimir Oltean says:

====================
Ocelot VCAP cleanups

This is a series of minor code cleanups brought to the Ocelot switch
driver logic for VCAP filters.

- don't use list_for_each_safe() in ocelot_vcap_filter_add_to_block
- don't use magic numbers for OCELOT_POLICER_DISCARD
====================

Link: https://lore.kernel.org/r/20220503120150.837233-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge