mtd: fix r24132
SVN-Revision: 24134
This commit is contained in:
parent
1fd328fb78
commit
04b604704b
1 changed files with 27 additions and 27 deletions
|
@ -519,7 +519,7 @@ resume:
|
||||||
}
|
}
|
||||||
|
|
||||||
/* need to erase the next block before writing data to it */
|
/* need to erase the next block before writing data to it */
|
||||||
if(no_erase)
|
if(!no_erase)
|
||||||
{
|
{
|
||||||
while (w + buflen > e) {
|
while (w + buflen > e) {
|
||||||
if (!quiet)
|
if (!quiet)
|
||||||
|
|
Loading…
Reference in a new issue