Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68937
b: refs/heads/master
c: a50ee7a
h: refs/heads/master
i:
  68935: a8b5e97
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent acb2885 commit 21e5ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f01abb362f878b8e2de69c03662d8e7f3ae1d6f8
refs/heads/master: a50ee7a72888d072512e4434c44959743bfb1570
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/ips.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,8 @@ ips_release(struct Scsi_Host *sh)

METHOD_TRACE("ips_release", 1);

scsi_remove_host(sh);

for (i = 0; i < IPS_MAX_ADAPTERS && ips_sh[i] != sh; i++) ;

if (i == IPS_MAX_ADAPTERS) {
Expand Down Expand Up @@ -707,7 +709,6 @@ ips_release(struct Scsi_Host *sh)
/* free IRQ */
free_irq(ha->irq, ha);

scsi_remove_host(sh);
scsi_host_put(sh);

ips_released_controllers++;
Expand Down

0 comments on commit 21e5ea6

Please sign in to comment.