5b8ab83787f8bc293b9f62ded8e84bad5bd4f8e3

kref operation is atmoic operation, so no need to use mutex to protect it, and the cam_mem_put_cpu_buf is also called in spinlock context, so we can't use mutex lock in this function. This change removes the mutex lock for kref variable protextion. CRs-Fixed: 3786887 Change-Id: Ic05bdafacf06cde6a8d8dbae7512e5d22eb7f514 Signed-off-by: Depeng Shao <quic_depengs@quicinc.com> (cherry picked from commit bb64b99c83b3bb6da0c241eda74ebe8a19b51840)
Beskrivning
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%