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 5bbaee597e88..2c71927aad64 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
@@ -5743,7 +5743,7 @@ static int ipr_queuecommand_lck(struct scsi_cmnd *scsi_cmd, | |||
5743 | } | 5743 | } |
5744 | 5744 | ||
5745 | if (ipr_is_gata(res) && res->sata_port) | 5745 | if (ipr_is_gata(res) && res->sata_port) |
5746 | return ata_sas_queuecmd(scsi_cmd, done, res->sata_port->ap); | 5746 | return ata_sas_queuecmd(scsi_cmd, res->sata_port->ap); |
5747 | 5747 | ||
5748 | ipr_cmd = ipr_get_free_ipr_cmnd(ioa_cfg); | 5748 | ipr_cmd = ipr_get_free_ipr_cmnd(ioa_cfg); |
5749 | ioarcb = &ipr_cmd->ioarcb; | 5749 | ioarcb = &ipr_cmd->ioarcb; |