Re: [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG

2007-12-01 Thread Jeff Garzik

Saeed Bishara wrote:

From: Saeed Bishara <[EMAIL PROTECTED]>

use sstatus instead status.

Signed-off-by: Saeed Bishara <[EMAIL PROTECTED]>
---
 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);


applied #upstream-fixes


-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG

2007-11-27 Thread Tejun Heo
Saeed Bishara wrote:
> From: Saeed Bishara <[EMAIL PROTECTED]>
> 
> use sstatus instead status.
> 
> Signed-off-by: Saeed Bishara <[EMAIL PROTECTED]>

Acked-by: Tejun Heo <[EMAIL PROTECTED]>

-- 
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG

2007-11-27 Thread Saeed Bishara
From: Saeed Bishara <[EMAIL PROTECTED]>

use sstatus instead status.

Signed-off-by: Saeed Bishara <[EMAIL PROTECTED]>
---
 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

-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG

2007-11-27 Thread Saeed Bishara
From: Saeed Bishara <[EMAIL PROTECTED]>

use sstatus instead status.

Signed-off-by: Saeed Bishara <[EMAIL PROTECTED]>
---
 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

-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html