pci: Introduce pci_find_present
authorAlan Cox <alan@redhat.com>
Mon, 4 Dec 2006 23:14:44 +0000 (15:14 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Dec 2006 18:54:42 +0000 (10:54 -0800)
commitd86f90f9913d27bb968132bf63499c56bca56db6
treeae7fc2cb3f4f0fd4a7155224918875d53e54c99a
parent83e42bcdd3be31a0df8b1a8d2d3fa1a65e43815c
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>
drivers/pci/search.c
include/linux/pci.h