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

Commit 6ad08ddd authored by Mohanlal Jangir's avatar Mohanlal Jangir Committed by David Woodhouse
Browse files

mtd: inftl: fix fold chain block number

parent b4c8c8cf
Loading
Loading
Loading
Loading

drivers/mtd/inftlcore.c

100644 → 100755
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ hitused:
			 * waiting to be picked up. We're going to have to fold
			 * a chain to make room.
			 */
			thisEUN = INFTL_makefreeblock(inftl, BLOCK_NIL);
			thisEUN = INFTL_makefreeblock(inftl, block);

			/*
			 * Hopefully we free something, lets try again.