aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/floppy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/floppy.c')
-rw-r--r--drivers/block/floppy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
index 1264102cdcb1..00f3910e2d53 100644
--- a/drivers/block/floppy.c
+++ b/drivers/block/floppy.c
@@ -1796,10 +1796,8 @@ static void recalibrate_floppy(void)
1796 debugt("recalibrate floppy:"); 1796 debugt("recalibrate floppy:");
1797 do_floppy = recal_interrupt; 1797 do_floppy = recal_interrupt;
1798 output_byte(FD_RECALIBRATE); 1798 output_byte(FD_RECALIBRATE);
1799 if (output_byte(UNIT(current_drive)) < 0) { 1799 if (output_byte(UNIT(current_drive)) < 0)
1800 reset_fdc(); 1800 reset_fdc();
1801 return;
1802 }
1803} 1801}
1804 1802
1805/* 1803/*