From: Yijing Wang Date: Fri, 30 May 2014 03:01:03 +0000 (+0800) Subject: PCI: Make pci_bus_add_device() void X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2~3^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c893d133eaccdda2516a3e71cd05a7dac2e14b00;p=pandora-kernel.git PCI: Make pci_bus_add_device() void pci_bus_add_device() always returns 0, so there's no point in returning anything at all. Make it a void function and remove the tests of the return value from the callers. [bhelgaas: changelog, remove unused "err" from i82875p_setup_overfl_dev()] Signed-off-by: Yijing Wang Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed