Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13912
b: refs/heads/master
c: 3072c4a
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and James Bottomley committed Nov 6, 2005
1 parent 4af3fde commit 0568e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7dfdc9a52b4219fba8240750e36de5db860ddd5f
refs/heads/master: 3072c4abdd8c239a28085733adf3aaae94ad8fbe
5 changes: 0 additions & 5 deletions trunk/drivers/scsi/megaraid/megaraid_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,17 +767,12 @@ static int megasas_generic_reset(struct scsi_cmnd *scmd)
return FAILED;
}

spin_unlock(scmd->device->host->host_lock);

ret_val = megasas_wait_for_outstanding(instance);

if (ret_val == SUCCESS)
printk(KERN_NOTICE "megasas: reset successful \n");
else
printk(KERN_ERR "megasas: failed to do reset\n");

spin_lock(scmd->device->host->host_lock);

return ret_val;
}

Expand Down

0 comments on commit 0568e5e

Please sign in to comment.