linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Saeed Bishara <saeed@marvell.com>
Cc: linux-ide@vger.kernel.org, nico@marvell.com, buytenh@marvell.com,
	Saeed Bishara <saeed.bishara@gmail.com>
Subject: Re: [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG
Date: Sat, 01 Dec 2007 17:36:56 -0500	[thread overview]
Message-ID: <4751E208.2060109@garzik.org> (raw)
In-Reply-To: <1196177168791-git-send-email-saeed@marvell.com>

Saeed Bishara wrote:
> 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);

applied #upstream-fixes



  reply	other threads:[~2007-12-01 22:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27 15:26 [PATCH] [libata] sata_mv: fix compilation error when enabling DEBUG Saeed Bishara
2007-12-01 22:36 ` Jeff Garzik [this message]
  -- 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=4751E208.2060109@garzik.org \
    --to=jeff@garzik.org \
    --cc=buytenh@marvell.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=nico@marvell.com \
    --cc=saeed.bishara@gmail.com \
    --cc=saeed@marvell.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).