commit | 5cfdc750bc6fc5ca38a04e986125641aea7d66c3 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 21 09:58:35 2020 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Oct 21 09:58:35 2020 -0500 |
tree | cc914b63b83d67c46c867e8386ccbfc6f7b18995 | |
parent | 28a18aec59551e0f86f0983c0eec7b6470632790 [diff] | |
parent | 23cce2e00b332a7f434fe9c9f2a9c07aaff2bcd7 [diff] |
Merge branch 'pci/hotplug' - Use for_each_child_of_node() and for_each_node_by_name() instead of open-coding them (Qinglang Miao) - Reduce pciehp noisiness on hot removal (Lukas Wunner) - Remove unused assignment in shpchp (Krzysztof WilczyĆski) * pci/hotplug: PCI: shpchp: Remove unused 'rc' assignment PCI: pciehp: Reduce noisiness on hot removal PCI: rpadlpar: Use for_each_child_of_node() and for_each_node_by_name()