All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Tejun Heo <htejun@gmail.com>
Cc: "buthysia@virgilio.it" <buthysia@virgilio.it>,
	linux-ide@vger.kernel.org, tardyp@gmail.com
Subject: Re: [PATCH] ata_piix: kill incorrect invalid map value warning
Date: Thu, 12 Jul 2007 16:10:14 -0400	[thread overview]
Message-ID: <46968AA6.7000404@garzik.org> (raw)
In-Reply-To: <20070710085821.GC23568@htj.dyndns.org>

Tejun Heo wrote:
> The last two slots of MAP 00b of ich6m was incorrectly marked as
> reserved.  This is left over from converting the entry to allow 00b.
> This causes no real problem.  It only makes the driver print annoying
> warning message.  Fix it.
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> --
>  drivers/ata/ata_piix.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
> index 6a3bfef..21a7ca4 100644
> --- a/drivers/ata/ata_piix.c
> +++ b/drivers/ata/ata_piix.c
> @@ -414,7 +414,7 @@ static const struct piix_map_db ich6m_map_db = {
>  	 */
>  	.map = {
>  		/* PM   PS   SM   SS       MAP */
> -		{  P0,  P2,  RV,  RV }, /* 00b */
> +		{  P0,  P2,  NA,  NA }, /* 00b */
>  		{ IDE, IDE,  P1,  P3 }, /* 01b */
>  		{  P0,  P2, IDE, IDE }, /* 10b */
>  		{  RV,  RV,  RV,  RV },

applied (with credit also to Pierre Tardy for spotting this as well)


  reply	other threads:[~2007-07-12 20:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-08  9:28 invalid map value buthysia
2007-07-10  8:58 ` [PATCH] ata_piix: kill incorrect invalid map value warning Tejun Heo
2007-07-12 20:10   ` Jeff Garzik [this message]
2007-07-13  3:01     ` 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=46968AA6.7000404@garzik.org \
    --to=jeff@garzik.org \
    --cc=buthysia@virgilio.it \
    --cc=htejun@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=tardyp@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.