PCI: cleanup pci_bus_add_devices()
authorYu Zhao <yu.zhao@intel.com>
Fri, 21 Nov 2008 18:41:45 +0000 (02:41 +0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:13:05 +0000 (11:13 -0800)
commit3fa16fdb48e0d83c2acf46e357548c89891df58b
tree7a4403f0aeddc2b0399ba1f8a01e28669c95f608
parent613e7ed6f72b1a115f7ece8ce1b66cf095de1348
PCI: cleanup pci_bus_add_devices()

Cleanup pci_bus_add_devices() by negating the conditional and
continuing, rather than having a single conditional take up the whole
body.

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/bus.c