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: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
15ba7806c3
commit
200858bbb6
|
@ -186,7 +186,7 @@ int sas_notify_lldd_dev_found(struct domain_device *dev)
|
|||
|
||||
res = i->dft->lldd_dev_found(dev);
|
||||
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),
|
||||
SAS_ADDR(dev->sas_addr), res);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue