Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8765
b: refs/heads/master
c: 6a445d3
h: refs/heads/master
i:
  8763: 2132a56
v: v3
  • Loading branch information
Mike Miller authored and Linus Torvalds committed Sep 13, 2005
1 parent 64c4ef6 commit cf23762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 33079b21978f478865068ee6a3c5807b6c6ecdbe
refs/heads/master: 6a445d3ba6b90ce13a843ad5d1a0867388b08096
5 changes: 3 additions & 2 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -3095,9 +3095,10 @@ static void __devexit cciss_remove_one (struct pci_dev *pdev)
/* remove it from the disk list */
for (j = 0; j < NWD; j++) {
struct gendisk *disk = hba[i]->gendisk[j];
if (disk->flags & GENHD_FL_UP)
blk_cleanup_queue(disk->queue);
if (disk->flags & GENHD_FL_UP) {
del_gendisk(disk);
blk_cleanup_queue(disk->queue);
}
}

pci_free_consistent(hba[i]->pdev, NR_CMDS * sizeof(CommandList_struct),
Expand Down

0 comments on commit cf23762

Please sign in to comment.