[libata] fix legacy IDE probing
authorJeff Garzik <jgarzik@pobox.com>
Sun, 30 Oct 2005 11:41:29 +0000 (06:41 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 30 Oct 2005 11:41:29 +0000 (06:41 -0500)
commit0f0d5192696eeb3072944a4a813809cc2c85891a
treeae7234824d8403e1cb430db6ba0adb1b5c816fba
parenta7dac447bb9cef27d4d29cdf63e2d7809c50b1f4
[libata] fix legacy IDE probing

ata_pci_init_one() receives an array of struct ata_port_info.  Recent
updates to the code had always obtained port information from
array element 0, rather than array element N.

Change to avoid hardcoding port_info[0], thereby restoring proper
hardware information to secondary legacy ports.
drivers/scsi/libata-core.c