aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-01-27 07:35:07 -0600
committerBjorn Helgaas <bhelgaas@google.com>2016-02-05 14:56:57 -0600
commitab1a187bba5c4e5ed8aa6e7bb7dcd7cd7e065aef (patch)
treee724eb5be84d0c98fcbccc0c78b475bd0174350a /drivers/pci/pcie
parentLinux 4.5-rc1 (diff)
downloadlinux-dev-ab1a187bba5c4e5ed8aa6e7bb7dcd7cd7e065aef.tar.xz
linux-dev-ab1a187bba5c4e5ed8aa6e7bb7dcd7cd7e065aef.zip
PCI: Check device_attach() return value always
Previously we checked the device_attach() return value only when CONFIG_BUG=y. That caused this warning in builds where CONFIG_BUG is not set: drivers/pci/bus.c:237:6: warning: variable 'retval' set but not used [-Wunused-but-set-variable] Check the return value of device_attach() always and clean up after failure. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/pci/pcie')
0 files changed, 0 insertions, 0 deletions