Commit 964589c2 authored by David S. Miller's avatar David S. Miller

[IDE]: Fix alim15x3 build after ATI PCI ID changes.

parent 1377e026
......@@ -860,7 +860,7 @@ static int __devinit alim15x3_init_one(struct pci_dev *dev, const struct pci_dev
{
ide_pci_device_t *d = &ali15x3_chipsets[id->driver_data];
if(pci_find_device(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_IGP, NULL))
if(pci_find_device(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RS100, NULL))
printk(KERN_ERR "Warning: ATI Radeon IGP Northbridge is not yet fully tested.\n");
#if defined(CONFIG_SPARC64)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment