Skip to content

Commit

Permalink
mtd: nand: jz4740: Remove unused local variable
Browse files Browse the repository at this point in the history
Signed-off-by: Maarten ter Huurne <[email protected]>
Acked-by: Harvey Hunt <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
  • Loading branch information
mthuurne authored and Boris Brezillon committed May 5, 2016
1 parent e99b0d9 commit 99fec60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mtd/nand/jz4740_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ static int jz_nand_correct_ecc_rs(struct mtd_info *mtd, uint8_t *dat,
struct jz_nand *nand = mtd_to_jz_nand(mtd);
int i, error_count, index;
uint32_t reg, status, error;
uint32_t t;
unsigned int timeout = 1000;

for (i = 0; i < 9; ++i)
Expand Down

0 comments on commit 99fec60

Please sign in to comment.