diff options
Diffstat (limited to 'drivers/net/sfc/siena.c')
-rw-r--r-- | drivers/net/sfc/siena.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/net/sfc/siena.c b/drivers/net/sfc/siena.c index b31598079c3d..bf8456176443 100644 --- a/drivers/net/sfc/siena.c +++ b/drivers/net/sfc/siena.c | |||
@@ -194,13 +194,7 @@ static int siena_reset_hw(struct efx_nic *efx, enum reset_type method) | |||
194 | 194 | ||
195 | static int siena_probe_nvconfig(struct efx_nic *efx) | 195 | static int siena_probe_nvconfig(struct efx_nic *efx) |
196 | { | 196 | { |
197 | int rc; | 197 | return efx_mcdi_get_board_cfg(efx, efx->net_dev->perm_addr, NULL); |
198 | |||
199 | rc = efx_mcdi_get_board_cfg(efx, efx->mac_address, NULL); | ||
200 | if (rc) | ||
201 | return rc; | ||
202 | |||
203 | return 0; | ||
204 | } | 198 | } |
205 | 199 | ||
206 | static int siena_probe_nic(struct efx_nic *efx) | 200 | static int siena_probe_nic(struct efx_nic *efx) |