x86/PCI: Drop return value of pcibios_scan_root()
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 28 Jan 2014 23:40:36 +0000 (16:40 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:38:29 +0000 (10:38 -0700)
Nobody really uses the return value of pcibios_scan_root() (one place uses
it to control a printk, but the printk is not very useful).  This converts
pcibios_scan_root() to a void function.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found