From: Ian Abbott Date: Tue, 16 Jul 2013 15:14:39 +0000 (+0100) Subject: serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLD X-Git-Tag: v3.12-rc1~182^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086231f7f809f998e4afacbc94ea1fdca9c01e15;p=pandora-kernel.git 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 . 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed