Searched hist:c3388a075c8ac568f892c40bec919ba8ac4077f0 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rpmsg/ |
H A D | qcom_smd.c | c3388a075c8ac568f892c40bec919ba8ac4077f0 Fri Jan 19 13:22:36 UTC 2018 Dan Carpenter <dan.carpenter@oracle.com> rpmsg: smd: Fix double unlock in __qcom_smd_send()
We're not holding the lock here, so we shouldn't unlock.
Fixes: 178f3f75bb4e ("rpmsg: smd: Don't hold the tx lock during wait") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> [bjorn: renamed "out" label to further distinguish the two exit paths] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|