Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221644
b: refs/heads/master
c: c093ee4
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Nov 6, 2010
1 parent f523b80 commit f5721ab
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: 433039e97f672b81e6c8f6daef385dcf035c6e29
refs/heads/master: c093ee4f07f46d3a835841cafa07514fa94878d2
2 changes: 1 addition & 1 deletion trunk/drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4363,9 +4363,9 @@ static int __init floppy_init(void)
out_put_disk:
while (dr--) {
del_timer(&motor_off_timer[dr]);
put_disk(disks[dr]);
if (disks[dr]->queue)
blk_cleanup_queue(disks[dr]->queue);
put_disk(disks[dr]);
}
return err;
}
Expand Down

0 comments on commit f5721ab

Please sign in to comment.