From: Kenji Kaneshige Date: Mon, 7 Nov 2011 11:55:46 +0000 (+0900) Subject: PCI: pciehp: Fix wrong workqueue cleanup X-Git-Tag: v3.2.38~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f439edeea055ea3681618e1c299ab3a3d32cdc;p=pandora-kernel.git PCI: pciehp: Fix wrong workqueue cleanup commit 027e8d52abdd44bc00e405af83cd2fbfb96c0824 upstream. Fix improper workqueue cleanup. In the current pciehp, pcied_cleanup() calls destroy_workqueue() before calling pcie_port_service_unregister(). This causes kernel oops because flush_workqueue() is called in the pcie_port_service_unregister() code path after the workqueue was destroyed. So pcied_cleanup() must call pcie_port_service_unregister() first before calling destroy_workqueue(). Signed-off-by: Kenji Kaneshige Signed-off-by: Jesse Barnes Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed