PCI: shpchp: Make shpchp_wq non-ordered
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 11 Jan 2013 22:30:52 +0000 (15:30 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Sun, 13 Jan 2013 23:16:03 +0000 (16:16 -0700)
commit10959d72d401cec2781ca636b07d692c625e1c91
treeb03fecd0200415f97b5f9d3fb8d1179d4d5d65ae
parentc2be6f93b383c873a4f9d521afa49b1b67d06085
PCI: shpchp: Make shpchp_wq non-ordered

e24dcbef93 ("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
e24dcbef93 commit log and as was done for pciehp by a827ea307b ("pciehp:
update workqueue usage").

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Tejun Heo <tj@kernel.org>
drivers/pci/hotplug/shpchp_core.c