Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47729
b: refs/heads/master
c: cde3f74
h: refs/heads/master
i:
  47727: c7a6b9a
v: v3
  • Loading branch information
Darrick J. Wong authored and James Bottomley committed Jan 13, 2007
1 parent 78d9e02 commit c705758
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: 6d4dcd4dae25c48e8932326aaedfe560d7f2c7bb
refs/heads/master: cde3f74bac3e4a6bcdc3a6370af38179fd8ef1f2
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/libsas/sas_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,13 @@ int sas_register_ha(struct sas_ha_struct *sas_ha)

int sas_unregister_ha(struct sas_ha_struct *sas_ha)
{
sas_unregister_ports(sas_ha);

if (sas_ha->lldd_max_execute_num > 1) {
sas_shutdown_queue(sas_ha);
sas_ha->lldd_max_execute_num = 1;
}

sas_unregister_ports(sas_ha);

return 0;
}

Expand Down

0 comments on commit c705758

Please sign in to comment.