Commit 200858bb authored by John Garry's avatar John Garry Committed by Martin K. Petersen

scsi: libsas: Remove pcidev reference

Not all host drivers are PCI drivers - like hisi_sas, which supports a
platform driver - so remove reference to "pcidev".
Signed-off-by: default avatarJohn Garry <john.garry@huawei.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 15ba7806
...@@ -186,7 +186,7 @@ int sas_notify_lldd_dev_found(struct domain_device *dev) ...@@ -186,7 +186,7 @@ int sas_notify_lldd_dev_found(struct domain_device *dev)
res = i->dft->lldd_dev_found(dev); res = i->dft->lldd_dev_found(dev);
if (res) { if (res) {
pr_warn("driver on pcidev %s cannot handle device %llx, error:%d\n", pr_warn("driver on host %s cannot handle device %llx, error:%d\n",
dev_name(sas_ha->dev), dev_name(sas_ha->dev),
SAS_ADDR(dev->sas_addr), res); SAS_ADDR(dev->sas_addr), res);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment