mtd: fix r24132

SVN-Revision: 24134
This commit is contained in:
Jo-Philipp Wich 2010-11-24 16:18:34 +00:00
parent 1fd328fb78
commit 04b604704b

View file

@ -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)