sata_mv: fix compilation error when enabling DEBUG

use sstatus instead status.

Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Saeed Bishara 2007-11-27 17:26:08 +02:00 committed by Jeff Garzik
parent f88c480dac
commit 2d79ab8fd7
1 changed files with 1 additions and 1 deletions

View 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