Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbad52e9 authored by Robert Stonehouse's avatar Robert Stonehouse Committed by David S. Miller
Browse files

sfc: don't warn on successful change of MAC



Fixes: 535a6177 ("sfc: suppress handled MCDI failures when changing the MAC address")
Signed-off-by: default avatarBert Kenward <bkenward@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e4effc09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5734,7 +5734,7 @@ static int efx_ef10_set_mac_address(struct efx_nic *efx)
		 * MCFW do not support VFs.
		 */
		rc = efx_ef10_vport_set_mac_address(efx);
	} else {
	} else if (rc) {
		efx_mcdi_display_error(efx, MC_CMD_VADAPTOR_SET_MAC,
				       sizeof(inbuf), NULL, 0, rc);
	}