projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dbb06f
)
sfc: Remove redundant hardware initialisation
author
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 23 Oct 2009 08:28:53 +0000
(08:28 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 24 Oct 2009 11:26:52 +0000
(
04:26
-0700)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/falcon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sfc/falcon.c
b/drivers/net/sfc/falcon.c
index c049364aec46356d271ce6f52fe1ec36555d61ad..57898fd5298c55a05f493c59b996fd9fca11b0fc 100644
(file)
--- a/
drivers/net/sfc/falcon.c
+++ b/
drivers/net/sfc/falcon.c
@@
-2933,10
+2933,6
@@
int falcon_init_nic(struct efx_nic *efx)
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);
if (rc)
return rc;