mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
sfc: Remove redundant hardware initialisation
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7dbb06f707
commit
19e71cf691
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue