From: Bjorn Helgaas Date: Fri, 11 Jan 2013 19:07:22 +0000 (-0700) Subject: PCI: shpchp: Handle push button event asynchronously X-Git-Tag: v3.8-rc5~18^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d347e75847c1fb299c97736638f45e6ea39702d4;p=pandora-kernel.git PCI: shpchp: Handle push button event asynchronously Use non-ordered workqueue for attention button events. Attention button events on each slot can be handled asynchronously. So we should use non-ordered workqueue. This patch also removes ordered workqueue in shpchp as a result. 486b10b9f4 ("PCI: pciehp: Handle push button event asynchronously") made the same change to pciehp. I split this out from a patch by Yijing Wang so we fix one thing at a time and to make the shpchp history correspond more closely with the pciehp history. Signed-off-by: Bjorn Helgaas CC: Kenji Kaneshige --- Reading git-diff-tree failed