Files
linux/drivers/pci
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-12-05 10:21:45 -08:00
2011-05-10 15:43:36 -07:00
2011-12-05 10:21:45 -08:00
2011-12-05 10:21:45 -08:00
2011-10-27 12:45:44 -07:00
2010-07-30 09:47:22 -07:00