staging: comedi: dyna_pci10xx: remove PCI_VENDOR_ID_DYNALOG
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 25 Oct 2012 01:14:19 +0000 (18:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 02:39:19 +0000 (19:39 -0700)
commit00f5c774a0f551e297c343222d17a3f919c603d3
tree0035a33dbfc20c77ac4cf1b46beb209bfaf7e98b
parent268533124d621360710e08e0ce71a3f5313b6c78
staging: comedi: dyna_pci10xx: remove PCI_VENDOR_ID_DYNALOG

The PCI chip used on this board is from PLX Technologies Inc. As stated
in the comments of this driver, Dynalog does not have a registered PCI
vendor id so this board uses the PLX vendor id. The kernel provides an
id for that vendor in pci_ids.h (PCI_VENDOR_ID_PLX). Use it instead of
creating a duplicate with a different name.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/dyna_pci10xx.c