mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:55:38 +00:00
ALSA: remove duplicate assert
Thanks to Devin Anderson for pointing it out.
This commit is contained in:
parent
902edfaf44
commit
f8cb816139
|
@ -753,7 +753,6 @@ static void device_thread_run(void *arg) {
|
|||
if (errno == EINTR)
|
||||
continue;
|
||||
assert(errno != EFAULT);
|
||||
assert(errno != EFAULT);
|
||||
assert(errno != EINVAL);
|
||||
assert(errno == ENOMEM);
|
||||
// Kernel ran out of polling memory.
|
||||
|
|
Loading…
Reference in a new issue