commit | c893d133eaccdda2516a3e71cd05a7dac2e14b00 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Fri May 30 11:01:03 2014 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri May 30 09:34:27 2014 -0600 |
tree | 2f296b5a88e4e794fb48d4c22c8108ce6f671bbc | |
parent | d97ffe236894856d08146390ef3fbe6448a8ac2b [diff] |
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 <wangyijing@huawei.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>