From: Bjorn Helgaas Date: Fri, 11 Jan 2013 22:30:52 +0000 (-0700) Subject: PCI: shpchp: Make shpchp_wq non-ordered X-Git-Tag: v3.8-rc5~18^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10959d72d401cec2781ca636b07d692c625e1c91;p=pandora-kernel.git 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 Acked-by: Tejun Heo --- Reading git-diff-tree failed