serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLD
authorIan Abbott <abbotti@mev.co.uk>
Tue, 16 Jul 2013 15:14:39 +0000 (16:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:10:53 +0000 (16:10 -0700)
commit086231f7f809f998e4afacbc94ea1fdca9c01e15
tree83844337427d87443e2eab5958485126280b7d5e
parent12197de2cdb2ded83db7b5a3a06f4b275fb8e62c
serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLD

PCI_VENDOR_ID_ADDIDATA_OLD has the same value (0x10e8) as
PCI_VENDOR_ID_AMCC in <linux/pci_ids.h>.  The vender ID is actually
assigned to Applied Micro Circuits Corporation.  The 8250_pci driver
uses PCI_VENDOR_ID_ADDIDATA_OLD in the lists of quirks and PCI IDs for
the ADDI-DATA APCI-7800 card.  Change it to use the more accurate
PCI_VENDOR_ID_AMCC.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c