[U-Boot] [PATCH] eeprom_m95xxx: remove unused variable i

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com --- drivers/mtd/spi/eeprom_m95xxx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/spi/eeprom_m95xxx.c b/drivers/mtd/spi/eeprom_m95xxx.c index 59f80e3..0148d00 100644 --- 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,

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 1249681074-21164-1-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
drivers/mtd/spi/eeprom_m95xxx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
No such file or directory.
Best regards,
Wolfgang Denk

Hi Wolfgang,
On Fri, Aug 07, 2009 at 11:56:21PM +0200, Wolfgang Denk wrote :
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 1249681074-21164-1-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
drivers/mtd/spi/eeprom_m95xxx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
No such file or directory.
This patch can be applied now, the driver made it into mainline.
Regards,

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 1249681074-21164-1-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
drivers/mtd/spi/eeprom_m95xxx.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Albin Tonnerre
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk