Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56915
b: refs/heads/master
c: 4acb3e2
h: refs/heads/master
i:
  56913: f141b90
  56911: f60716b
v: v3
  • Loading branch information
Eric Sesterhenn / Snakebyte authored and Linus Torvalds committed May 24, 2007
1 parent eee5fa2 commit 717fa67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fa74419bb7b51af4bbb66116d14cc92f0b5aff25
refs/heads/master: 4acb3e2f97f41cf9b53182b494384467d3ceb304
2 changes: 1 addition & 1 deletion trunk/drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static void __reschedule_timeout(int drive, const char *message, int marg)
if (drive == current_reqD)
drive = current_drive;
del_timer(&fd_timeout);
if (drive < 0 || drive > N_DRIVE) {
if (drive < 0 || drive >= N_DRIVE) {
fd_timeout.expires = jiffies + 20UL * HZ;
drive = 0;
} else
Expand Down

0 comments on commit 717fa67

Please sign in to comment.