projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be4d50
)
[PATCH] PCI: fix via irq SATA patch
author
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 20 Apr 2006 06:50:55 +0000
(15:50 +0900)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 27 Apr 2006 20:00:51 +0000
(13:00 -0700)
This device id improperly got added to the VIA chipset list with a
previous patch. Remove it as it is not correct.
Cc: Grzegorz Janoszka <Grzegorz@Janoszka.pl>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/pci/irq.c
patch
|
blob
|
history
diff --git
a/arch/i386/pci/irq.c
b/arch/i386/pci/irq.c
index
7323544
..
06dab00
100644
(file)
--- a/
arch/i386/pci/irq.c
+++ b/
arch/i386/pci/irq.c
@@
-591,7
+591,6
@@
static __init int via_router_probe(struct irq_router *r,
case PCI_DEVICE_ID_VIA_8233A:
case PCI_DEVICE_ID_VIA_8235:
case PCI_DEVICE_ID_VIA_8237:
- case PCI_DEVICE_ID_VIA_8237_SATA:
/* FIXME: add new ones for 8233/5 */
r->name = "VIA";
r->get = pirq_via_get;