mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-11-05 01:03:37 +10:00
If amdtp_stream_init() fails in amdtp_tscm_init(), the latter returns zero,
though it's supposed to return error code, which is checked inside
init_stream() in file tascam-stream.c.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes:
|
||
|---|---|---|
| .. | ||
| amdtp-tascam.c | ||
| Makefile | ||
| tascam-hwdep.c | ||
| tascam-midi.c | ||
| tascam-pcm.c | ||
| tascam-proc.c | ||
| tascam-stream.c | ||
| tascam-transaction.c | ||
| tascam.c | ||
| tascam.h | ||