Merge branch 'pci/hotplug'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Jun 2020 17:59:10 +0000 (12:59 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Jun 2020 17:59:10 +0000 (12:59 -0500)
commit1a765adf33531d5665fd69098be70ddc1047d644
tree2f0164ab456f2e3c4c93c703b22bbf197cc76117
parent8810a9c4f15ca33a2c3fc2a89653d03b294b0a85
parentcfbd83d02da73d984bee314ed3b96bdd3bbe7115
Merge branch 'pci/hotplug'

  - Remove unused pciehp EMI() and HP_SUPR_RM() macros (Ani Sinha)

  - Use of_node_name_eq() for node name comparisons (Rob Herring)

  - Convert shpchp_unconfigure_device() to void (Krzysztof Wilczynski)

* pci/hotplug:
  PCI: shpchp: Make shpchp_unconfigure_device() void
  PCI: Use of_node_name_eq() for node name comparisons
  PCI: pciehp: Remove unused EMI() and HP_SUPR_RM() macros