From: Greg Kroah-Hartman Date: Thu, 20 Apr 2006 06:50:55 +0000 (+0900) Subject: [PATCH] PCI: fix via irq SATA patch X-Git-Tag: v2.6.17-rc4~136^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=8b4929e6a01620b55700e102e40e37ef02844849;p=linux-2.6-omap-h63xx.git [PATCH] PCI: fix via irq SATA patch 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 Cc: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c index 73235443fda..06dab00aaad 100644 --- 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;