Browse Source

pata_cs5520: Fix probe bug regression introduced in 2.6.22

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linux Torvalds <torvalds@linux-foundation.org>
Alan Cox 18 years ago
parent
commit
8c6b065b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/ata/pata_cs5520.c

+ 1 - 1
drivers/ata/pata_cs5520.c

@@ -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;