From: Larry Finger <Larry.Finger@lwfinger.net>
To: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: linux-ide@vger.kernel.org, Tejun Heo <htejun@gmail.com>,
linux-pcmcia@lists.infradead.org,
Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: [RFC] [PATCH 2/7] pcmcia: use pcmcia_loop_config in pata and ide drivers
Date: Tue, 29 Jul 2008 15:19:01 -0500 [thread overview]
Message-ID: <488F7B35.5040205@lwfinger.net> (raw)
In-Reply-To: <20080729071733.GD27385@comet.dominikbrodowski.net>
Dominik Brodowski wrote:
> Use the config loop helper in pata_pcmcia and ide_cs
>
> CC: Tejun Heo <htejun@gmail.com>
> CC: Alan Cox <alan@lxorguk.ukuu.org.uk>
> CC: linux-ide@vger.kernel.org
> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
> ---
> drivers/ata/pata_pcmcia.c | 171 ++++++++++++++++++++-----------------------
> drivers/ide/legacy/ide-cs.c | 156 +++++++++++++++++++--------------------
> 2 files changed, 155 insertions(+), 172 deletions(-)
ACKed by Larry Finger <Larry.Finger@lwfinger.net> for ide-cs
There was one patch rejection when installing onto 2.6.27-rc1:
> static int ide_config(struct pcmcia_device *link)
> {
> ide_info_t *info = link->priv;
> - tuple_t tuple;
> - struct {
> - u_short buf[128];
> - cisparse_t parse;
> - config_info_t conf;
> - cistpl_cftable_entry_t dflt;
> - } *stk = NULL;
> - cistpl_cftable_entry_t *cfg;
> - int pass, last_ret = 0, last_fn = 0, is_kme = 0;
> + struct pcmcia_config_check *stk = NULL;
> + int last_ret = 0, last_fn = 0, is_kme = 0;
> unsigned long io_base, ctl_base;
> ide_hwif_t *hwif;
The last line should be
> struct ide_host *host;
Larry
next prev parent reply other threads:[~2008-07-29 20:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-29 7:15 [RFC] [PATCH 1/7] pcmcia: add pcmcia_loop_config() helper Dominik Brodowski
2008-07-29 7:17 ` [RFC] [PATCH 2/7] pcmcia: use pcmcia_loop_config in pata and ide drivers Dominik Brodowski
2008-07-29 20:19 ` Larry Finger [this message]
2008-07-29 21:16 ` [RFC] [PATCH 1/7] pcmcia: add pcmcia_loop_config() helper Randy Dunlap
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=488F7B35.5040205@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=htejun@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
--cc=linux@dominikbrodowski.net \
/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).