Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9878
b: refs/heads/master
c: 0e7734d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Haverkamp authored and Linus Torvalds committed Oct 15, 2005
1 parent bdd8ea7 commit dcd9572
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: 1350843cf0fa46e2f633c78b335777aac3d054b2
refs/heads/master: 0e7734d3ca24302a513e69dd24a560c34047c038
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,9 @@ static int aac_eh_reset(struct scsi_cmnd* cmd)
/*
* We can exit If all the commands are complete
*/
spin_unlock_irq(host->host_lock);
if (active == 0)
return SUCCESS;
spin_unlock_irq(host->host_lock);
ssleep(1);
spin_lock_irq(host->host_lock);
}
Expand Down

0 comments on commit dcd9572

Please sign in to comment.