mlxsw: spectrum_acl: Use block variable in mlxsw_sp_acl_rule_del()
authorJiri Pirko <jiri@mellanox.com>
Mon, 27 Apr 2020 15:13:02 +0000 (18:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2020 19:43:29 +0000 (12:43 -0700)
commit6c8cd435b58780ded6e3e06d722249ec181efb36
treec63ce25cc0e01c5c43e87c94b16a32aaf08919b9
parentd7fcc986224d77c4ab66f436e7eaa11170c509af
mlxsw: spectrum_acl: Use block variable in mlxsw_sp_acl_rule_del()

On couple of places in mlxsw_sp_acl_rule_del(), block variable is not
used directly as it could be. So do it.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c