ALSA: remove duplicate assert

Thanks to Devin Anderson for pointing it out.
This commit is contained in:
Andrew Kelley 2015-09-04 11:06:33 -07:00
parent 902edfaf44
commit f8cb816139

View file

@ -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.