linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Torsten Kaiser <just.for.lkml@googlemail.com>
Cc: linux-ide@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] libata ATAPI transfer size cleanups
Date: Fri, 02 Nov 2007 01:16:29 -0400	[thread overview]
Message-ID: <472AB2AD.3040709@garzik.org> (raw)
In-Reply-To: <64bb37e0711011251w255746c7x6947f85431d4f4fe@mail.gmail.com>

Torsten Kaiser wrote:
> On 11/1/07, Jeff Garzik <jeff@garzik.org> wrote:
>> +       lo = tf->lbam;
>> +       hi = tf->lbam;
>> +       ibyte = (hi << 8) | lo;
>> +
>> +       lo = result_tf->lbam;
>> +       hi = result_tf->lbam;
> 
> That doesn't look right.
> I suspect this was intended:
> 
> lo = tf->lbam;
> hi = tf->lbah;

Agreed, will correct.

Thanks,

	Jeff




      reply	other threads:[~2007-11-02  5:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-01  9:07 [PATCH] libata ATAPI transfer size cleanups Jeff Garzik
2007-11-01  9:43 ` Alan Cox
2007-11-01  9:54   ` Jeff Garzik
2007-11-01 10:59     ` Alan Cox
2007-11-01 19:51 ` Torsten Kaiser
2007-11-02  5:16   ` Jeff Garzik [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=472AB2AD.3040709@garzik.org \
    --to=jeff@garzik.org \
    --cc=just.for.lkml@googlemail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@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 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).