mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-23 00:35:36 +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)
|
if (errno == EINTR)
|
||||||
continue;
|
continue;
|
||||||
assert(errno != EFAULT);
|
assert(errno != EFAULT);
|
||||||
assert(errno != EFAULT);
|
|
||||||
assert(errno != EINVAL);
|
assert(errno != EINVAL);
|
||||||
assert(errno == ENOMEM);
|
assert(errno == ENOMEM);
|
||||||
// Kernel ran out of polling memory.
|
// Kernel ran out of polling memory.
|
||||||
|
|
Loading…
Reference in a new issue