Merge branch 'scsi-scan'

This commit is contained in:
Jeff Garzik
2005-10-04 14:24:04 -04:00
3 changed files with 18 additions and 1 deletions

View File

@ -4203,7 +4203,7 @@ int ata_device_add(struct ata_probe_ent *ent)
for (i = 0; i < count; i++) {
struct ata_port *ap = host_set->ports[i];
scsi_scan_host(ap->host);
ata_scsi_scan_host(ap);
}
dev_set_drvdata(dev, host_set);