]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mlxsw: spectrum_fid: Drop unnecessary conditions
authorPetr Machata <petrm@nvidia.com>
Mon, 20 Nov 2023 18:25:28 +0000 (19:25 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Nov 2023 22:53:09 +0000 (14:53 -0800)
commitb51c876c2297f8b32ca579712e3ab1490114d1ee
tree8fb565d8e1089d672ed2f732487f3202d8b8ecba
parent9aad19a363f68470ac5af677cda7120393e94a06
mlxsw: spectrum_fid: Drop unnecessary conditions

The caller already only calls mlxsw_sp_fid_flood_tables_init() and
mlxsw_sp_fid_flood_tables_fini() if (fid_family->flood_tables). There
is no configuration where the pointer is non-NULL, but the number of
tables is zero. So drop the conditions.

Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Amit Cohen <amcohen@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://lore.kernel.org/r/897c6841bc756ac632b797bf67ac83c6a66ba359.1700503644.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlxsw/spectrum_fid.c