sfc: don't fail probe if MAE/TC setup fails
authorEdward Cree <ecree.xilinx@gmail.com>
Tue, 15 Aug 2023 15:57:28 +0000 (16:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Aug 2023 18:31:07 +0000 (11:31 -0700)
commit54c9016eb8eda55952a195b071359cd13f50ed9b
tree27472a5e611b49968ce6ae8306468cfde075c272
parentfa165e1949976704500a442faeef8d9596faee76
sfc: don't fail probe if MAE/TC setup fails

Existing comment in the source explains why we don't want efx_init_tc()
 failure to be fatal.  Cited commit erroneously consolidated failure
 paths causing the probe to be failed in this case.

Fixes: 7e056e2360d9 ("sfc: obtain device mac address based on firmware handle for ef100")
Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://lore.kernel.org/r/aa7f589dd6028bd1ad49f0a85f37ab33c09b2b45.1692114888.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sfc/ef100_nic.c