From: Bjorn Helgaas Date: Tue, 28 Jan 2014 23:40:36 +0000 (-0700) Subject: x86/PCI: Drop return value of pcibios_scan_root() X-Git-Tag: v3.15-rc1~143^2~12^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49886cf4c4cd2ef77d0698c389199ad3e236f48e;p=pandora-kernel.git x86/PCI: Drop return value of pcibios_scan_root() 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 Acked-by: Rafael J. Wysocki --- Reading git-diff-tree failed