PCI: Move pci_proc_attach_device() to pci_bus_add_device()
authorYinghai Lu <yinghai@kernel.org>
Sat, 30 Nov 2013 22:40:28 +0000 (14:40 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 18 Dec 2013 20:53:38 +0000 (13:53 -0700)
commitef37702eb3cae2ec35d56ddd4f096cd47fec3f0d
treee63a77a09c38648f8dfb14db02499183e1b77568
parente3b439e1d315aff59c1b4f0fc43c5cd2d82b4138
PCI: Move pci_proc_attach_device() to pci_bus_add_device()

4f535093cf8f ("PCI: Put pci_dev in device tree as early as possible")
moved pci_proc_attach_device() from pci_bus_add_device() to
pci_device_add().

This moves it back to pci_bus_add_device(), essentially reverting that
part of 4f535093cf8f.  This makes it symmetric with pci_stop_dev(),
where we call pci_proc_detach_device() and pci_remove_sysfs_dev_files()
and set dev->is_added = 0.

[bhelgaas: changelog, create sysfs then attach proc for symmetry]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/bus.c
drivers/pci/probe.c