Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCI: shpchp: Make shpchp_wq non-ordered
e24dcbe ("shpchp: update workqueue usage") was described as adding non-ordered shpchp_wq, but it actually made it an *ordered* workqueue. This patch changes shpchp_wq to be non-ordered, as described in the e24dcbe commit log and as was done for pciehp by a827ea3 ("pciehp: update workqueue usage"). Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Tejun Heo <tj@kernel.org>
- Loading branch information