From: Brian King <brking@linux.vnet.ibm.com>
To: Greg KH <greg@kroah.com>
Cc: brking@us.ibm.com, James.Bottomley@HansenPartnership.com,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH] remove duplicate device id from IPR driver
Date: Mon, 29 Jan 2007 13:59:11 -0600 [thread overview]
Message-ID: <45BE520F.4050507@linux.vnet.ibm.com> (raw)
In-Reply-To: <20070126021503.GB3444@kroah.com>
Greg KH wrote:
> From: Greg Kroah-Hartman <gregkh@suse.de>
>
> This patch removes a duplicate device id from the IPR driver. Based on
> the ipr.h file, I'm not so sure this was intended to be a duplicate, and
> if so, the .h file should be modified to use the proper sub-device id
> instead.
ACK.
I double checked the subsystem ids and this patch is indeed the correct
fix. It turns out both of these adapters have the same subsystem ids,
which I didn't realize initially.
Thanks,
Brian
>
> This was pointed out to me by Kay Sievers <kay.sievers@suse.de>
>
> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
>
> ---
> drivers/scsi/ipr.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> --- gregkh-2.6.orig/drivers/scsi/ipr.c
> +++ gregkh-2.6/drivers/scsi/ipr.c
> @@ -7558,9 +7558,6 @@ static struct pci_device_id ipr_pci_tabl
> { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_OBSIDIAN,
> PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_575C,
> 0, 0, (kernel_ulong_t)&ipr_chip_cfg[0] },
> - { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_OBSIDIAN,
> - PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57B8,
> - 0, 0, (kernel_ulong_t)&ipr_chip_cfg[0] },
> { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_OBSIDIAN_E,
> PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57B7,
> 0, 0, (kernel_ulong_t)&ipr_chip_cfg[0] },
--
Brian King
eServer Storage I/O
IBM Linux Technology Center
prev parent reply other threads:[~2007-01-29 19:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-26 2:15 [PATCH] remove duplicate device id from IPR driver Greg KH
2007-01-29 19:59 ` Brian King [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=45BE520F.4050507@linux.vnet.ibm.com \
--to=brking@linux.vnet.ibm.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=brking@us.ibm.com \
--cc=greg@kroah.com \
--cc=linux-scsi@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).