Loading drivers/mtd/inftlcore.c 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block) * 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. Loading Loading
drivers/mtd/inftlcore.c 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ static inline u16 INFTL_findwriteunit(struct INFTLrecord *inftl, unsigned block) * 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. Loading