From: Jeff Garzik <jeff@garzik.org>
To: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
Cc: kou.ishizaki@toshiba.co.jp, linux-ide@vger.kernel.org
Subject: Re: [PATCH] pata_scc.c: add thaw ops
Date: Fri, 15 Feb 2008 13:52:21 -0500 [thread overview]
Message-ID: <47B5DF65.3010800@garzik.org> (raw)
In-Reply-To: <200802130254.m1D2s9bG023092@toshiba.co.jp>
Akira Iguchi wrote:
> This patch adds default thaw ops and fixes the freeze/thaw inconsistency.
>
> Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
> Signed-off-by: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
> ---
>
> diff -pu linux-2.6.25-rc1/drivers/ata/pata_scc.c linux-2.6.25-rc1_mod/drivers/ata/pata_scc.c
> --- linux-2.6.25-rc1/drivers/ata/pata_scc.c 2008-02-11 07:18:14.000000000 +0900
> +++ linux-2.6.25-rc1_mod/drivers/ata/pata_scc.c 2008-02-13 11:37:34.000000000 +0900
> @@ -1007,6 +1007,8 @@ static const struct ata_port_operations
> .qc_issue = ata_qc_issue_prot,
>
> .freeze = scc_bmdma_freeze,
> + .thaw = ata_bmdma_thaw,
> +
> .error_handler = scc_error_handler,
> .post_internal_cmd = scc_bmdma_stop,
applied
prev parent reply other threads:[~2008-02-15 18:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 2:55 [PATCH] pata_scc.c: add thaw ops Akira Iguchi
2008-02-14 2:40 ` Tejun Heo
2008-02-15 18:52 ` 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=47B5DF65.3010800@garzik.org \
--to=jeff@garzik.org \
--cc=akira2.iguchi@toshiba.co.jp \
--cc=kou.ishizaki@toshiba.co.jp \
--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 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).