projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f64d4
)
spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave
author
Axel Lin
<axel.lin@ingics.com>
Thu, 13 Jun 2013 08:21:42 +0000
(16:21 +0800)
committer
Jagannadha Sutradharudu Teki
<jaganna@xilinx.com>
Thu, 13 Jun 2013 17:25:30 +0000
(22:55 +0530)
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>
drivers/spi/tegra20_sflash.c
patch
|
blob
|
history
diff --git
a/drivers/spi/tegra20_sflash.c
b/drivers/spi/tegra20_sflash.c
index 9322ce7f64102b61100039feb071716f243ab65e..7c3a3fc35b1aec9ae445af9e9cbe40c20c102e89 100644
(file)
--- 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",