Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44548
b: refs/heads/master
c: c4977f5
h: refs/heads/master
v: v3
  • Loading branch information
mike.miller@hp.com authored and Jens Axboe committed Dec 13, 2006
1 parent f533b5c commit 5b53ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 98040015bc5d6cea3bd2dcb642fe1e8c4bded8e1
refs/heads/master: c4977f596c5bce4d20fbd22cdb03486112985622
6 changes: 1 addition & 5 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -3006,10 +3006,8 @@ static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)

err_out_free_res:
pci_release_regions(pdev);

err_out_disable_pdev:
pci_disable_device(pdev);
return err;

}

/*
Expand Down Expand Up @@ -3383,7 +3381,6 @@ static int __devinit cciss_init_one(struct pci_dev *pdev,
blk_cleanup_queue(drv->queue);
}
pci_release_regions(pdev);
pci_disable_device(pdev);
pci_set_drvdata(pdev, NULL);
free_hba(i);
return -1;
Expand Down Expand Up @@ -3453,7 +3450,6 @@ static void __devexit cciss_remove_one(struct pci_dev *pdev)
kfree(hba[i]->scsi_rejects.complete);
#endif
pci_release_regions(pdev);
pci_disable_device(pdev);
pci_set_drvdata(pdev, NULL);
free_hba(i);
}
Expand Down

0 comments on commit 5b53ccf

Please sign in to comment.