scsi: hisi_sas: Print SATA device SAS address for soft reset failure
Add (pseudo) SAS address for ATA software reset failure log to assist in debugging. Link: https://lore.kernel.org/r/1617709711-195853-7-git-send-email-john.garry@huawei.com Signed-off-by: Luo Jiaxing <luojiaxing@huawei.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
2d31cb20a3
Коммит
f4df167ad5
|
@ -1341,10 +1341,12 @@ static int hisi_sas_softreset_ata_disk(struct domain_device *device)
|
|||
rc = hisi_sas_exec_internal_tmf_task(device, fis,
|
||||
s, NULL);
|
||||
if (rc != TMF_RESP_FUNC_COMPLETE)
|
||||
dev_err(dev, "ata disk de-reset failed\n");
|
||||
dev_err(dev, "ata disk %016llx de-reset failed\n",
|
||||
SAS_ADDR(device->sas_addr));
|
||||
}
|
||||
} else {
|
||||
dev_err(dev, "ata disk reset failed\n");
|
||||
dev_err(dev, "ata disk %016llx reset failed\n",
|
||||
SAS_ADDR(device->sas_addr));
|
||||
}
|
||||
|
||||
if (rc == TMF_RESP_FUNC_COMPLETE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче