Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68934
b: refs/heads/master
c: c131993
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent aba1e41 commit 62a57f3
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: 1bd405734651c9ebd1c872a452614f9fe381c673
refs/heads/master: c131993b4cbfb6d564619e609b3d0b471ec52c5d
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qlogicfas.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ static int qlogicfas_release(struct Scsi_Host *shost)
{
struct qlogicfas408_priv *priv = get_priv_by_host(shost);

scsi_remove_host(shost);
if (shost->irq) {
qlogicfas408_disable_ints(priv);
free_irq(shost->irq, shost);
Expand All @@ -174,7 +175,6 @@ static int qlogicfas_release(struct Scsi_Host *shost)
free_dma(shost->dma_channel);
if (shost->io_port && shost->n_io_port)
release_region(shost->io_port, shost->n_io_port);
scsi_remove_host(shost);
scsi_host_put(shost);

return 0;
Expand Down

0 comments on commit 62a57f3

Please sign in to comment.