]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: use pci_is_root_bus() in pci_read_bridge_bases()
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Tue, 26 May 2009 07:06:48 +0000 (16:06 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 16 Jun 2009 21:29:31 +0000 (14:29 -0700)
commit310881f3fa13e47ef08916e750afd62c4edd2309
tree75c030716b106de4d79e4828f34b8e6b0592b861
parent01e2a2fcee2476ac9c77729528ef36b2a7ae4605
PCI: use pci_is_root_bus() in pci_read_bridge_bases()

Use pci_is_root_bus() in pci_read_bridge_bases() to check if the pci
bus is root, for code consistency.

Reviewed-by: Alex Chiang <achiang@hp.com>
Reviewed-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/probe.c