Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99fec60a authored by Maarten ter Huurne's avatar Maarten ter Huurne Committed by Boris Brezillon
Browse files

mtd: nand: jz4740: Remove unused local variable

parent e99b0d98
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)