Prevented premature BURN_DRIVE_IDLE introduced with revision 443

This commit is contained in:
2006-11-25 18:30:06 +00:00
parent 3d5cb04093
commit 9270f41c65
3 changed files with 3 additions and 5 deletions

View File

@ -456,7 +456,6 @@ void burn_disc_erase_sync(struct burn_drive *d, int fast)
!d->test_unit_ready(d))
sleep(1);
d->progress.sector = 0x10000;
d->busy = BURN_DRIVE_IDLE;
/* ts A61125 : update media state records */
burn_drive_mark_unready(d);