Files
linux/drivers/pci/hotplug
Kenji Kaneshige 027e8d52ab PCI: pciehp: Fix wrong workqueue cleanup
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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2011-12-05 10:21:46 -08:00
..
2011-01-10 08:51:44 -08:00
2010-07-30 09:47:22 -07:00
2010-10-18 08:31:02 +02:00
2008-06-10 14:37:03 -07:00
2011-03-31 11:26:23 -03:00
2011-01-10 08:51:44 -08:00
2010-10-18 08:33:02 +02:00
2010-10-18 08:33:02 +02:00