mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
scsi: smartpqi: Correct pqi_sas_smp_handler busy condition
Remove unbalanced call to pqi_ctrl_unbusy. Link: https://lore.kernel.org/r/160512628513.2359.17193493825283879603.stgit@brunhilda Reviewed-by: Scott Benesh <scott.benesh@microchip.com> Reviewed-by: Scott Teel <scott.teel@microchip.com> Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com> Signed-off-by: Don Brace <don.brace@microchip.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
1bdf6e9343
commit
408bdd7e58
@ -549,7 +549,6 @@ void pqi_sas_smp_handler(struct bsg_job *job, struct Scsi_Host *shost,
|
|||||||
reslen = pqi_build_sas_smp_handler_reply(smp_buf, job, &error_info);
|
reslen = pqi_build_sas_smp_handler_reply(smp_buf, job, &error_info);
|
||||||
out:
|
out:
|
||||||
bsg_job_done(job, rc, reslen);
|
bsg_job_done(job, rc, reslen);
|
||||||
pqi_ctrl_unbusy(ctrl_info);
|
|
||||||
}
|
}
|
||||||
struct sas_function_template pqi_sas_transport_functions = {
|
struct sas_function_template pqi_sas_transport_functions = {
|
||||||
.get_linkerrors = pqi_sas_get_linkerrors,
|
.get_linkerrors = pqi_sas_get_linkerrors,
|
||||||
|
Loading…
Reference in New Issue
Block a user