diff options
Diffstat (limited to 'drivers/scsi/ipr.c')
-rw-r--r-- | drivers/scsi/ipr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index de2e09e49a3e..d3c5905b22ec 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
@@ -5748,7 +5748,7 @@ static int ipr_queuecommand_lck(struct scsi_cmnd *scsi_cmd, | |||
5748 | } | 5748 | } |
5749 | 5749 | ||
5750 | if (ipr_is_gata(res) && res->sata_port) | 5750 | if (ipr_is_gata(res) && res->sata_port) |
5751 | return ata_sas_queuecmd(scsi_cmd, done, res->sata_port->ap); | 5751 | return ata_sas_queuecmd(scsi_cmd, res->sata_port->ap); |
5752 | 5752 | ||
5753 | ipr_cmd = ipr_get_free_ipr_cmnd(ioa_cfg); | 5753 | ipr_cmd = ipr_get_free_ipr_cmnd(ioa_cfg); |
5754 | ioarcb = &ipr_cmd->ioarcb; | 5754 | ioarcb = &ipr_cmd->ioarcb; |