sfc: correct filter_table_remove method for EF10 PFs
authorAndy Moreton <andy.moreton@amd.com>
Thu, 22 Sep 2022 21:12:18 +0000 (22:12 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Sep 2022 03:57:14 +0000 (20:57 -0700)
commitb7ca8d5f56e6c57b671ceb8de1361d2a5a495087
treeb96fa95bbd8b7b75f7c15a8c4712c1cbaf588e6d
parent6bf8e846e4bf336db7e451a6b42ca8c02f99fb0f
sfc: correct filter_table_remove method for EF10 PFs

A previous patch added a wrapper function to take a lock around
 efx_mcdi_filter_table_remove(), but only changed EF10 VFs' method table
 to call it.  Change it in the PF method table too.

Fixes: 77eb40749d73 ("sfc: move table locking into filter_table_{probe,remove} methods")
Signed-off-by: Andy Moreton <andy.moreton@amd.com>
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://lore.kernel.org/r/20220922211218.814-1-ecree@xilinx.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/ef10.c