diff --git a/[refs] b/[refs] index e3603df73299..9bf87097acf9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57584c5a3824a15f65d2b065d9f453fc1ae1dab7 +refs/heads/master: 15b2630c587dcea931f563deb50d617af96b4edb diff --git a/trunk/drivers/block/floppy.c b/trunk/drivers/block/floppy.c index 1264102cdcb1..00f3910e2d53 100644 --- a/trunk/drivers/block/floppy.c +++ b/trunk/drivers/block/floppy.c @@ -1796,10 +1796,8 @@ static void recalibrate_floppy(void) debugt("recalibrate floppy:"); do_floppy = recal_interrupt; output_byte(FD_RECALIBRATE); - if (output_byte(UNIT(current_drive)) < 0) { + if (output_byte(UNIT(current_drive)) < 0) reset_fdc(); - return; - } } /*