From: Mark Lord <liml@rtr.ca>
To: Chuck Ebbert <cebbert@redhat.com>
Cc: IDE/ATA development list <linux-ide@vger.kernel.org>
Subject: Re: [patch] libata: fix last_ctl caching in ata_tf_read()
Date: Mon, 16 Jul 2007 19:13:16 -0400 [thread overview]
Message-ID: <469BFB8C.6040709@rtr.ca> (raw)
In-Reply-To: <469BBA76.5000901@redhat.com>
Chuck Ebbert wrote:
> libata: fix last_ctl caching in ata_tf_read()
...
> + ap->last_ctl = tf_ctl | ATA_HOB;
That line should be:
+ ap->last_ctl = tf->ctl | ATA_HOB;
Chuck: please fix that line, *test-compile* it,
and submit again.
Thanks.
next prev parent reply other threads:[~2007-07-16 23:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-16 18:35 [patch] libata: fix last_ctl caching in ata_tf_read() Chuck Ebbert
2007-07-16 23:13 ` Mark Lord [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-17 13:53 Chuck Ebbert
2007-07-20 11:46 ` Jeff Garzik
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=469BFB8C.6040709@rtr.ca \
--to=liml@rtr.ca \
--cc=cebbert@redhat.com \
--cc=linux-ide@vger.kernel.org \
/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.