summaryrefslogtreecommitdiff
path: root/drivers/spi/tegra20_sflash.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-06-13 16:21:42 +0800
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-06-13 22:55:30 +0530
commitba1d1c2d9b187bbbba3301e01aa8e84f56cd4d00 (patch)
tree7d3c2d974b8d4a4245c3a18b0eea59dfe344ac99 /drivers/spi/tegra20_sflash.c
parentd6f64d4a11c2aa4318b20eeda04c564728705080 (diff)
spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave
It's done in spi_alloc_slave(), thus remove the redundant code. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'drivers/spi/tegra20_sflash.c')
-rw-r--r--drivers/spi/tegra20_sflash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/tegra20_sflash.c b/drivers/spi/tegra20_sflash.c
index 9322ce7f64..7c3a3fc35b 100644
--- a/drivers/spi/tegra20_sflash.c
+++ b/drivers/spi/tegra20_sflash.c
@@ -132,8 +132,6 @@ struct spi_slave *tegra20_spi_setup_slave(unsigned int bus, unsigned int cs,
printf("SPI error: malloc of SPI structure failed\n");
return NULL;
}
- spi->slave.bus = bus;
- spi->slave.cs = cs;
spi->ctrl = &spi_ctrls[bus];
if (!spi->ctrl) {
printf("SPI error: could not find controller for bus %d\n",