linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: Steffen Koehler <stk@mail.inf.tu-dresden.de>
Cc: linux-ide@vger.kernel.org, jgarzik@pobox.com, stk@ite.inf.tu-dresden.de
Subject: Re: AHCI PATCH
Date: Sun, 06 Aug 2006 21:34:22 +0900	[thread overview]
Message-ID: <44D5E1CE.6040208@gmail.com> (raw)
In-Reply-To: <44D5C878.5070800@ite.inf.tu-dresden.de>

Steffen Koehler wrote:
> static int ahci_hardreset(struct ata_port *ap, int verbose,
>                           unsigned int *class)
> {
>         int rc;
> 
>         DPRINTK("ENTER\n");
> 
>         ahci_stop_engine(ap);
>         rc = sata_std_hardreset(ap, verbose, class);
>         ahci_start_engine(ap);
> 
> -       if (rc == 0)
> +       if ((rc == 0) && sata_dev_present(ap))

Acked-by: Tejun Heo <htejun@gmail.com>

The corresponding fix is already in libata-dev#upstream and Linus's 
tree, so this fix is just for -stable.

Thanks.

-- 
tejun

      reply	other threads:[~2006-08-06 12:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-06 10:46 AHCI PATCH Steffen Koehler
2006-08-06 12:34 ` 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=44D5E1CE.6040208@gmail.com \
    --to=htejun@gmail.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=stk@ite.inf.tu-dresden.de \
    --cc=stk@mail.inf.tu-dresden.de \
    /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).