mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
mtd: inftl: fix fold chain block number
Signed-off-by: Mohan Lal Jangir <mohanlaljangir@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
b4c8c8cf9a
commit
6ad08ddd9e
1 changed files with 1 additions and 1 deletions
2
drivers/mtd/inftlcore.c
Normal file → Executable file
2
drivers/mtd/inftlcore.c
Normal file → Executable file
|
@ -550,7 +550,7 @@ hitused:
|
||||||
* waiting to be picked up. We're going to have to fold
|
* waiting to be picked up. We're going to have to fold
|
||||||
* a chain to make room.
|
* a chain to make room.
|
||||||
*/
|
*/
|
||||||
thisEUN = INFTL_makefreeblock(inftl, BLOCK_NIL);
|
thisEUN = INFTL_makefreeblock(inftl, block);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Hopefully we free something, lets try again.
|
* Hopefully we free something, lets try again.
|
||||||
|
|
Loading…
Reference in a new issue