mirror of
https://github.com/torvalds/linux.git
synced 2026-09-20 19:01:02 +02:00
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 | ||