diff options
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r-- | drivers/mtd/devices/sst25l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/sst25l.c b/drivers/mtd/devices/sst25l.c index e45f62e8f195..5fc198350b94 100644 --- a/drivers/mtd/devices/sst25l.c +++ b/drivers/mtd/devices/sst25l.c | |||
@@ -378,7 +378,7 @@ static int __devinit sst25l_probe(struct spi_device *spi) | |||
378 | struct flash_info *flash_info; | 378 | struct flash_info *flash_info; |
379 | struct sst25l_flash *flash; | 379 | struct sst25l_flash *flash; |
380 | struct flash_platform_data *data; | 380 | struct flash_platform_data *data; |
381 | int ret, i; | 381 | int ret; |
382 | 382 | ||
383 | flash_info = sst25l_match_device(spi); | 383 | flash_info = sst25l_match_device(spi); |
384 | if (!flash_info) | 384 | if (!flash_info) |