Skip to content
Snippets Groups Projects
Commit 914119ad authored by Xiongfeng Wang's avatar Xiongfeng Wang Committed by 谢秀奇
Browse files

Revert "pciehp: use completion to wait irq_thread 'pciehp_ist'"


hulk inclusion
category: bugfix
bugzilla: NA
CVE: NA
-------------------

This reverts commit cdda3bbfd0cab7dea3cfb37e9a8648f945c0241d.

If 'slot_being_removed_rescanned' is set, when we power off the slot
through sysfs, the irq_thread 'pciehp_ist' will be woken up. But it will
return immediately and schedule this thread 3 seconds later. However,
sysfs write should wait until the actual operation is finished. We will
power off the slot in 'power_write_file' instread of waking up a
irq_thread. So this patch has no use. Let's revert it. A following patch
will fix the issue.

Signed-off-by: default avatarXiongfeng Wang <wangxiongfeng2@huawei.com>
Reviewed-by: default avatarYao Hongbo <yaohongbo@huawei.com>
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent fe02ebb4
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment