Prev: [032/139] readahead: fix NULL filp dereference
Next: [028/139] genirq: Force MSI irq handlers to run with interrupts disabled
From: Greg KH on 22 Apr 2010 16:30 2.6.33-stable review patch. If anyone has any objections, please let us know. ------------------ From: JosephChan(a)via.com.tw <JosephChan(a)via.com.tw> commit 4f1deba435ef75380c1d06fda860c7a15ea16fdf upstream. Signed-off-by: Joseph Chan <josephchan(a)via.com.tw> Signed-off-by: Jeff Garzik <jgarzik(a)redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/ata/pata_via.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/ata/pata_via.c +++ b/drivers/ata/pata_via.c @@ -697,6 +697,7 @@ static const struct pci_device_id via[] { PCI_VDEVICE(VIA, 0x3164), }, { PCI_VDEVICE(VIA, 0x5324), }, { PCI_VDEVICE(VIA, 0xC409), VIA_IDFLAG_SINGLE }, + { PCI_VDEVICE(VIA, 0x9001), VIA_IDFLAG_SINGLE }, { }, }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |