Skip to content

Commit

Permalink
sata_mv: fix compilation error when enabling DEBUG
Browse files Browse the repository at this point in the history
use sstatus instead status.

Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Saeed Bishara authored and Jeff Garzik committed Dec 1, 2007
1 parent f88c480 commit 2d79ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d79ab8

Please sign in to comment.