-
由 Evgeny Novikov 提交于
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: dba328ba ("media: ttusb-dec: cleanup an error handling logic") Signed-off-by: NEvgeny Novikov <novikov@ispras.ru> Signed-off-by: NSean Young <sean@mess.org> Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
36b9d695