On Wed, Oct 16, 2013 at 10:28 AM, Praveen Murali <pmur...@logicube.com> wrote:
>> diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c
>> index 161c98efade9..d0fb99d5da95 100644
>> --- a/drivers/scsi/libsas/sas_ata.c
>> +++ b/drivers/scsi/libsas/sas_ata.c
>> @@ -211,7 +211,7 @@ static unsigned int sas_ata_qc_issue(struct
>> ata_queued_cmd *qc)
>>                  qc->tf.nsect = 0;
>>          }
>>
>> -       ata_tf_to_fis(&qc->tf, 1, 0, (u8*)&task->ata_task.fis);
>> +       ata_tf_to_fis(&qc->tf, qc->dev->link->pmp, 1,
>> (u8*)&task->ata_task.fis);
>>          task->uldd_task = qc;
>>          if (ata_is_atapi(qc->tf.protocol)) {
>>                  memcpy(task->ata_task.atapi_packet, qc->cdb,
>> qc->dev->cdb_len);
>>
> Hi Dan,
>   I tested this patch and it works great!
>

Thanks!  I'll send it up with your Reported-by and Tested-by.

--
Dan
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to