Commit 19e71cf6 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

sfc: Remove redundant hardware initialisation

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7dbb06f7
...@@ -2933,10 +2933,6 @@ int falcon_init_nic(struct efx_nic *efx) ...@@ -2933,10 +2933,6 @@ int falcon_init_nic(struct efx_nic *efx)
falcon_write(efx, &temp, GPIO_CTL_REG_KER); falcon_write(efx, &temp, GPIO_CTL_REG_KER);
} }
/* Set buffer table mode */
EFX_POPULATE_OWORD_1(temp, BUF_TBL_MODE, BUF_TBL_MODE_FULL);
falcon_write(efx, &temp, BUF_TBL_CFG_REG_KER);
rc = falcon_reset_sram(efx); rc = falcon_reset_sram(efx);
if (rc) if (rc)
return rc; return rc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment