|
@@ -1343,7 +1343,7 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
|
|
if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
|
|
host->flags |= ATA_HOST_PARALLEL_SCAN;
|
|
host->flags |= ATA_HOST_PARALLEL_SCAN;
|
|
else
|
|
else
|
|
- printk(KERN_INFO "ahci: SSS flag set, parallel bus scan disabled\n");
|
|
|
|
|
|
+ dev_info(&pdev->dev, "SSS flag set, parallel bus scan disabled\n");
|
|
|
|
|
|
if (pi.flags & ATA_FLAG_EM)
|
|
if (pi.flags & ATA_FLAG_EM)
|
|
ahci_reset_em(host);
|
|
ahci_reset_em(host);
|