linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG
@ 2007-11-27 15:42 Saeed Bishara
  2007-11-28  2:53 ` Tejun Heo
  0 siblings, 1 reply; 4+ messages in thread
From: Saeed Bishara @ 2007-11-27 15:42 UTC (permalink / raw)
  To: linux-ide; +Cc: Saeed Bishara, Saeed Bishara

From: Saeed Bishara <saeed.bishara@gmail.com>

use sstatus instead status.

Signed-off-by: Saeed Bishara <saeed@marvell.com>
---
 drivers/ata/sata_mv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index a43f64d..97c3e11 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -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
 
-- 
1.5.0.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG
@ 2007-11-27 15:26 Saeed Bishara
  2007-12-01 22:36 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Saeed Bishara @ 2007-11-27 15:26 UTC (permalink / raw)
  To: linux-ide; +Cc: nico, buytenh, Saeed Bishara, Saeed Bishara

From: Saeed Bishara <saeed.bishara@gmail.com>

use sstatus instead status.

Signed-off-by: Saeed Bishara <saeed@marvell.com>
---
 drivers/ata/sata_mv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index a43f64d..97c3e11 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -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
 
-- 
1.5.0.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-12-01 22:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 15:42 [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG Saeed Bishara
2007-11-28  2:53 ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2007-11-27 15:26 Saeed Bishara
2007-12-01 22:36 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).