mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00: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 |