pata_cs5520: Fix probe bug regression introduced in 2.6.22
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Fri, 20 Jul 2007 14:36:31 +0000 (15:36 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 20 Jul 2007 16:08:44 +0000 (09:08 -0700)
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linux Torvalds <torvalds@linux-foundation.org>
drivers/ata/pata_cs5520.c

index 6bf037d82b5aa9b0a324c37c4c627bc32b38ff27..7dc76e71bd55070b4fc177eae62b3e0c57f8e2eb 100644 (file)
@@ -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;
This page took 0.026217 seconds and 5 git commands to generate.