Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221656
b: refs/heads/master
c: d017bf6
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Linus Torvalds committed Nov 6, 2010
1 parent f206f88 commit 4ee0c65
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: 151f52f09c5728ecfdd0c289da1a4b30bb416f2c
refs/heads/master: d017bf6b4ff57db16a481a48bdad79274610a403
2 changes: 1 addition & 1 deletion trunk/drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -4573,8 +4573,8 @@ static void __exit floppy_module_exit(void)
device_remove_file(&floppy_device[drive].dev, &dev_attr_cmos);
platform_device_unregister(&floppy_device[drive]);
}
put_disk(disks[drive]);
blk_cleanup_queue(disks[drive]->queue);
put_disk(disks[drive]);
}

del_timer_sync(&fd_timeout);
Expand Down

0 comments on commit 4ee0c65

Please sign in to comment.