sfc: Remove redundant hardware initialisation
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 23 Oct 2009 08:28:53 +0000 (08:28 +0000)
committerDavid 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

index c049364aec46356d271ce6f52fe1ec36555d61ad..57898fd5298c55a05f493c59b996fd9fca11b0fc 100644 (file)
@@ -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;