diff options
| author | Arun Kumar Neelakantam <[email protected]> | 2020-01-22 13:53:37 +0530 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2020-02-13 21:18:14 -0800 |
| commit | df636eea2b782589fad7fce3bfea26c6c31e4d14 (patch) | |
| tree | bf8974381edf5acf627224e7858f9d0ef2142490 /tools/perf/scripts/python | |
| parent | d5e205079c34aa1f33157627814f707d6057727a (diff) | |
soc: qcom: aoss: Use wake_up_all() instead of wake_up_interruptible_all()
During the probe the task is waiting in TASK_UNINTERRUPTIBLE state which
cannot be woken-up by wake_up_interruptible_all() function.
Use wake_up_all() to wake-up both TASK_UNINTERRUPTIBLE and
TASK_INTERRUPTIBLE state tasks.
Signed-off-by: Arun Kumar Neelakantam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions