]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sata_mv: fix compilation error when enabling DEBUG
authorSaeed Bishara <saeed.bishara@gmail.com>
Tue, 27 Nov 2007 15:26:08 +0000 (17:26 +0200)
committerJeff Garzik <jeff@garzik.org>
Sat, 1 Dec 2007 22:35:58 +0000 (17:35 -0500)
use sstatus instead status.

Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_mv.c

index a43f64d2775b9cf74214a83c7170368dab82595f..97c3e116977e81b46c1d61f33d4c7c9896ad4394 100644 (file)
@@ -2170,7 +2170,7 @@ static void mv_phy_reset(struct ata_port *ap, unsigned int *class,
                mv_scr_read(ap, SCR_ERROR, &serror);
                mv_scr_read(ap, SCR_CONTROL, &scontrol);
                DPRINTK("S-regs after ATA_RST: SStat 0x%08x SErr 0x%08x "
-                       "SCtrl 0x%08x\n", status, serror, scontrol);
+                       "SCtrl 0x%08x\n", sstatus, serror, scontrol);
        }
 #endif