libata: fix G5 SATA broken on -rc5
authorHugh Dickins <[email protected]>
Thu, 5 Jun 2008 13:44:39 +0000 (14:44 +0100)
committerLinus Torvalds <[email protected]>
Thu, 5 Jun 2008 15:36:37 +0000 (08:36 -0700)
Fix G5 SATA irq 18: nobody cared, reported on -rc5 by Olaf Hering:
fixlet to a57c1bade5a0ee5cd8b74502db9cbebb7f5780b2 libata-sff:
Fix oops reported in kerneloops.org for pnp devices with no ctl

Signed-off-by: Hugh Dickins <[email protected]>
Acked-by: Alan Cox <[email protected]>
Tested-by: Olaf Hering <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/ata/libata-sff.c

index 90d20c615ef59e28db733dba6330c386673a5e1a..215d18672a5a9c62a00c43d5b3678b3bc5638242 100644 (file)
@@ -278,7 +278,7 @@ static u8 ata_sff_irq_status(struct ata_port *ap)
                        return status;
        }
        /* Clear INTRQ latch */
-       status = ata_sff_check_status(ap);
+       status = ap->ops->sff_check_status(ap);
        return status;
 }