commit | 855f62ef198cd8c0e4500dd8b7f3811c9a560ef9 | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Mon Nov 07 00:54:00 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sat Nov 26 18:39:37 2011 -0800 |
tree | 75bc15c7d86ac344433ef035ce768580ef1b2b2a | |
parent | 7b0be12b26d86ea2bd5079f0d723289e2f5a43a9 [diff] |
staging/comedi/daqboard: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used) This patch converts pci_table entries to use the PCI_DEVICE macro, if .subvendor and .subdevice are set to PCI_ANY_ID, and thus improves readablity. Since the driver_data field isn't used anywhere we can also drop the assignments for class, class_mask and driver_data. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>