rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel()
qcom_glink_alloc_channel() allocates the mutex but not initialize it. Use mutex_init() on it to initialize it correctly. This is detected by Coccinelle semantic patch. Change-Id: If32134bfff9770a06edaec8137ecfa2fe546e4ba Signed-off-by:Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Patch-mainline: linux-remoteproc @ 01/02/2018 11:47 Signed-off-by:
Chris Lew <clew@codeaurora.org>
Loading
Please register or sign in to comment