projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf19b9
)
eeprom_m95xxx: remove unused variable i
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Fri, 7 Aug 2009 21:37:54 +0000
(23:37 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 21 Aug 2009 21:36:19 +0000
(23:36 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
drivers/mtd/spi/eeprom_m95xxx.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/eeprom_m95xxx.c
b/drivers/mtd/spi/eeprom_m95xxx.c
index 59f80e39ff22e3d97415c7f915a7022e8fcb689e..0148d005e9dd5f334e24e0b1a7966d4fd9b61d8a 100644
(file)
--- a/
drivers/mtd/spi/eeprom_m95xxx.c
+++ b/
drivers/mtd/spi/eeprom_m95xxx.c
@@
-71,7
+71,6
@@
ssize_t spi_read (uchar *addr, int alen, uchar *buffer, int len)
ssize_t spi_write (uchar *addr, int alen, uchar *buffer, int len)
{
struct spi_slave *slave;
- int i;
char buf[3];
slave = spi_setup_slave(CONFIG_DEFAULT_SPI_BUS, 1, 1000000,