mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
36b9d695aa
ttusb_dec_send_command() invokes mutex_lock_interruptible() that can
fail but then it releases the non-acquired mutex. The patch fixes that.
Found by Linux Driver Verification project (linuxtesting.org).
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ttusb_dec.c | ||
ttusbdecfe.c | ||
ttusbdecfe.h |