Commit 8c6b065b authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

pata_cs5520: Fix probe bug regression introduced in 2.6.22

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinux Torvalds <torvalds@linux-foundation.org>
parent 6a860c97
......@@ -275,7 +275,7 @@ static int __devinit cs5520_init_one(struct pci_dev *pdev, const struct pci_devi
for (i = 0; i < 2; i++) {
static const int irq[] = { 14, 15 };
struct ata_port *ap = host->ports[0];
struct ata_port *ap = host->ports[i];
if (ata_port_is_dummy(ap))
continue;
......
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