]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6c3b2b1802973d067d135982121f78c8d85fdc2
treeae7fc2cb3f4f0fd4a7155224918875d53e54c99a
parent48bd82094986c1f9b7e5dda58ef736ba4e838ef3
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