1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 18:43:33 -05:00
linux/drivers/rpmsg
Wei Yongjun fb416f6990 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.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-01-02 09:23:20 -08:00
..
Kconfig
Makefile
qcom_glink_native.c rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel() 2018-01-02 09:23:20 -08:00
qcom_glink_native.h
qcom_glink_rpm.c
qcom_glink_smem.c rpmsg: glink: smem: Ensure ordering during tx 2017-12-18 21:47:43 -08:00
qcom_smd.c rpmsg: smd: Don't hold the tx lock during wait 2017-12-18 21:50:11 -08:00
rpmsg_char.c
rpmsg_core.c
rpmsg_internal.h
virtio_rpmsg_bus.c