OSDN Git Service

soc: qcom: aoss: Use wake_up_all() instead of wake_up_interruptible_all()
authorArun Kumar Neelakantam <aneela@codeaurora.org>
Wed, 22 Jan 2020 08:23:37 +0000 (13:53 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 14 Feb 2020 05:18:14 +0000 (21:18 -0800)
commitdf636eea2b782589fad7fce3bfea26c6c31e4d14
treebf8974381edf5acf627224e7858f9d0ef2142490
parentd5e205079c34aa1f33157627814f707d6057727a
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 <aneela@codeaurora.org>
Link: https://lore.kernel.org/r/1579681417-1155-1-git-send-email-aneela@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/soc/qcom/qcom_aoss.c