Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187143
b: refs/heads/master
c: 15b2630
h: refs/heads/master
i:
  187141: 8c4ad9f
  187139: 05f5040
  187135: 4abfb74
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Mar 12, 2010
1 parent a977f29 commit ea9d477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57584c5a3824a15f65d2b065d9f453fc1ae1dab7
refs/heads/master: 15b2630c587dcea931f563deb50d617af96b4edb
4 changes: 1 addition & 3 deletions trunk/drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

/*
Expand Down

0 comments on commit ea9d477

Please sign in to comment.