All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Eivind Tagseth <eivindt@multinet.no>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problems with PCMCIA Compact Flash adapter in 2.5.72
Date: Sun, 22 Jun 2003 14:15:41 +0100	[thread overview]
Message-ID: <20030622141541.B16537@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20030622114642.GB1785@tagseth-trd.consultit.no>; from eivindt@multinet.no on Sun, Jun 22, 2003 at 01:46:42PM +0200

On Sun, Jun 22, 2003 at 01:46:42PM +0200, Eivind Tagseth wrote:
> > There is this which fixes some people problems, and is already in Linus'
> > recent bk tree.  Does this solve your problem?
> 
> Nope, no change I'm afraid.

There appears to be something of an inconsistency in the naming (again)
for ide-cs.  This should fix it.

--- orig/drivers/ide/legacy/ide-cs.c	Sat Jun 14 22:33:52 2003
+++ linux/drivers/ide/legacy/ide-cs.c	Sun Jun 22 14:14:35 2003
@@ -473,7 +473,7 @@
 static struct pcmcia_driver ide_cs_driver = {
 	.owner		= THIS_MODULE,
 	.drv		= {
-		.name	= "ide_cs",
+		.name	= "ide-cs",
 	},
 	.attach		= ide_attach,
 	.detach		= ide_detach,

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


  reply	other threads:[~2003-06-22 13:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-20  8:18 Problems with PCMCIA Compact Flash adapter in 2.5.72 Eivind Tagseth
2003-06-20 17:50 ` Bill Davidsen
2003-06-20 20:08   ` Russell King
2003-06-20 20:16 ` Russell King
2003-06-22 11:46   ` Eivind Tagseth
2003-06-22 13:15     ` Russell King [this message]
2003-06-22 18:28       ` Eivind Tagseth
2003-06-22 19:16         ` Eivind Tagseth
2003-06-23  9:29           ` Russell King
2003-06-23 11:33             ` Alan Cox
2003-06-24  8:50             ` Eivind Tagseth

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=20030622141541.B16537@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=eivindt@multinet.no \
    --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 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.