From: Russell King <rmk@arm.linux.org.uk>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] typo in driver
Date: Fri, 1 Nov 2002 09:51:41 +0000 [thread overview]
Message-ID: <20021101095141.B15249@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20021101064132.7E67E2C05E@lists.samba.org>; from rusty@rustcorp.com.au on Fri, Nov 01, 2002 at 04:55:53PM +1100
On Fri, Nov 01, 2002 at 04:55:53PM +1100, Rusty Russell wrote:
> [ Russell, looks like you touched it last... ]
>
> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .7594-2.5-bk-module-ppc.pre/drivers/ide/pci/sl82c105.c .7594-2.5-bk-module-ppc/drivers/ide/pci/sl82c105.c
> --- .7594-2.5-bk-module-ppc.pre/drivers/ide/pci/sl82c105.c 2002-10-15 15:30:56.000000000 +1000
> +++ .7594-2.5-bk-module-ppc/drivers/ide/pci/sl82c105.c 2002-11-01 16:48:14.000000000 +1100
> @@ -284,7 +284,7 @@ extern void ide_setup_pci_device(struct
>
> static int __devinit sl82c105_init_one(struct pci_dev *dev, const struct pci_device_id *id)
> {
> - ide_pci_device_t *d = &slc82c105_chipsets[id->driver_data];
> + ide_pci_device_t *d = &sl82c105_chipsets[id->driver_data];
> if (dev->device != d->device)
> BUG();
> ide_setup_pci_device(dev, d);
Don't bother with this small typo - its better that it doesn't build
at the moment. The whole driver needs reworking since Martin's stuff got
ripped out to put some errata fixes back into the driver.
parent reply other threads:[~2002-11-01 9:45 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20021101064132.7E67E2C05E@lists.samba.org>]
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=20021101095141.B15249@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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