linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saeed Bishara <saeed@marvell.com>
To: linux-ide@vger.kernel.org
Cc: nico@marvell.com, buytenh@marvell.com,
	Saeed Bishara <saeed.bishara@gmail.com>,
	Saeed Bishara <saeed@marvell.com>
Subject: [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG
Date: Tue, 27 Nov 2007 17:26:08 +0200	[thread overview]
Message-ID: <1196177168791-git-send-email-saeed@marvell.com> (raw)

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


             reply	other threads:[~2007-11-27 15:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27 15:26 Saeed Bishara [this message]
2007-12-01 22:36 ` [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2007-11-27 15:42 Saeed Bishara
2007-11-28  2:53 ` Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1196177168791-git-send-email-saeed@marvell.com \
    --to=saeed@marvell.com \
    --cc=buytenh@marvell.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=nico@marvell.com \
    --cc=saeed.bishara@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).