commit | d86f90f9913d27bb968132bf63499c56bca56db6 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Dec 04 15:14:44 2006 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 20 10:54:42 2006 -0800 |
tree | ae7fc2cb3f4f0fd4a7155224918875d53e54c99a | |
parent | 83e42bcdd3be31a0df8b1a8d2d3fa1a65e43815c [diff] |
pci: Introduce pci_find_present This works like pci_dev_present but instead of returning boolean returns the matching pci_device_id entry. This makes it much more useful. Code bloat is basically nil as the old boolean function is rewritten in terms of the new one. This will be used by the updated VIA PCI quirks for one Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>