mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() The mutexes qdev_mutex and chip->mutex are acquired in that order
throughout the driver. To preserve proper lock hierarchy and avoid
potential deadlocks, they must be released in the reverse
order of acquisition.
This change reorders the unlock sequence to first release chip->mutex
followed by qdev_mutex, ensuring consistency with the locking pattern.
[ fixed the code indentations and Fixes tag by tiwai ]
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
mixer_usb_offload.c | ||
mixer_usb_offload.h | ||
qc_audio_offload.c | ||
usb_audio_qmi_v01.c | ||
usb_audio_qmi_v01.h |