]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
PCI: use pci_find_ext_capability everywhere
authorJesse Barnes <jbarnes@virtuousgeek.org>
Sun, 19 Oct 2008 00:33:19 +0000 (17:33 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 18:01:51 +0000 (11:01 -0700)
Remove some open coded (and buggy) versions of pci_find_ext_capability
in favor of the real routine in the PCI core.

Tested-by: Tomasz Czernecki <czernecki@gmail.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found