linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Jeff Garzik <jeff@garzik.org>
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: Fri, 13 Jul 2007 12:01:40 +0900	[thread overview]
Message-ID: <4696EB14.7010304@gmail.com> (raw)
In-Reply-To: <46968AA6.7000404@garzik.org>

Jeff Garzik wrote:
> 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)
> 

Thanks.

-- 
tejun

      reply	other threads:[~2007-07-13  3:01 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
2007-07-13  3:01     ` Tejun Heo [this message]

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=4696EB14.7010304@gmail.com \
    --to=htejun@gmail.com \
    --cc=buthysia@virgilio.it \
    --cc=jeff@garzik.org \
    --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 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).